summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0a4d36d76..cda462809 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -39,6 +39,8 @@ uninstall-apidocs:
clean-apidocs:
rm -rf $(DOXYGEN_OUTPUT_DIR)
+ rm -f $(DOXYGEN_OUTPUT_DIR).stamp
+ rm -f $(HTML_APIDOC_DIR).tar.gz
# if we ever have more targets, move those out...