Browse Source

doc/doxygen/Makefile.am: clean files

Nathalie Furmento 12 years ago
parent
commit
48b1a0b3c7
1 changed files with 6 additions and 0 deletions
  1. 6 0
      doc/doxygen/Makefile.am

+ 6 - 0
doc/doxygen/Makefile.am

@@ -194,6 +194,12 @@ $(DOX_PDF): $(DOX_TAG) refman.tex
 	done; \
 	mv refman.pdf ../$(DOX_PDF)
 
+MAINTAINERCLEANFILES = $(DOX_TAG) \
+    -r \
+    $(DOX_HTML_DIR) \
+    $(DOX_LATEX_DIR) \
+    $(DOX_PDF)
+
 # Rule to update documentation on web server. Should only be used locally.
 PUBLISHHOST	?= sync
 update-web: $(DOX_PDF)