]> sourceware.org Git - systemtap.git/commitdiff
Remove generated files during clean
authorEugeniy Meshcheryakov <eugen@debian.org>
Thu, 10 Sep 2009 23:19:03 +0000 (01:19 +0200)
committerEugeniy Meshcheryakov <eugen@debian.org>
Thu, 10 Sep 2009 23:19:03 +0000 (01:19 +0200)
doc/SystemTap_Tapset_Reference/Makefile.am

index 30c4ffef2c0b9d3ffd1c85c5a3bd4e2e661a3d09..4adba34e157b020630d980169099552acf05f395 100644 (file)
@@ -57,3 +57,7 @@ endif
        $(MKDIR_P)  $(HTML_INSTALL_DIR)
        $(INSTALL_DATA) tapsets/* $(HTML_INSTALL_DIR)
 endif
+
+CLEANFILES=tapsets.xml stamp-* $(PDFDOCS)
+clean-local:
+       rm -rf man3 tapsets
This page took 0.028441 seconds and 5 git commands to generate.