From b11a3e6e502e9ff301a3fbec355b3696a3203561 Mon Sep 17 00:00:00 2001 From: Kirill Simonov Date: Tue, 30 Dec 2008 03:42:23 +0000 Subject: [PATCH] 'make distclean' should not remove html docs, 'make maintainer-clean' should (Thanks Anders Kaseorg). --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2