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
commitb865c6f538b08f211508978d723a508cb75d980e (patch)
tree7581ab054550bc99ed642cefda0786faa0b876a0
parent1d57fc3a1ca0a1073db0f7eb530f836d8f33996d (diff)
downloadlibyaml-git-b865c6f538b08f211508978d723a508cb75d980e.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