doc: Add v0.9 features from altosui to documentation.
[fw/altos] / doc / Makefile
index ef3ef6d1b38a40aa44337374eaef11d6ee8e957e..ea0301894905e2fc6c0bba223d50e993b6fc2c2c 100644 (file)
@@ -31,10 +31,10 @@ publish:    $(DOC)
         git push)
 
 clean:
-       rm -f *.html *.pdf *.fo
+       rm -f $(HTML) $(PDF) *.fo
 
 distclean:
-       rm -f *.html *.pdf *.fo
+       rm -f $(HTML) $(PDF) *.fo
 
 indent:                altusmetrum.xsl
        xmlindent -i 2 < altusmetrum.xsl > altusmetrum.new