]> andersk Git - libyaml.git/commitdiff
'make distclean' should not remove html docs, 'make maintainer-clean' should (Thanks...
authorKirill Simonov <xi@resolvent.net>
Tue, 30 Dec 2008 03:42:23 +0000 (03:42 +0000)
committerKirill Simonov <xi@resolvent.net>
Tue, 30 Dec 2008 03:42:23 +0000 (03:42 +0000)
include/Makefile.am

index 3c7323c40dffed4c7dc805f855d0fcd69417dace..f81863cbbfe85c5ed588fadbeb02e8f53ff6ef64 100644 (file)
@@ -10,7 +10,7 @@ html: $(INCLUDES) $(DOXYGEN_CFG)
 
 endif
 
-distclean-local:
+maintainer-clean-local:
        -rm -rf $(top_builddir)/doc/html
 
 dist-hook: html
This page took 0.037472 seconds and 5 git commands to generate.