summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Simonov <xi@resolvent.net>2008-12-30 03:42:23 +0000
committerKirill Simonov <xi@resolvent.net>2008-12-30 03:42:23 +0000
commitb11a3e6e502e9ff301a3fbec355b3696a3203561 (patch)
tree7581ab054550bc99ed642cefda0786faa0b876a0
parentc70abc4d0d0b79f36713e2593571ae9ed7d6f10b (diff)
downloadlibyaml-hg-b11a3e6e502e9ff301a3fbec355b3696a3203561.tar.gz
'make distclean' should not remove html docs, 'make maintainer-clean' should (Thanks Anders Kaseorg).
-rw-r--r--include/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 3c7323c..f81863c 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -10,7 +10,7 @@ html: $(INCLUDES) $(DOXYGEN_CFG)
endif
-distclean-local:
+maintainer-clean-local:
-rm -rf $(top_builddir)/doc/html
dist-hook: html