From 9646d122d8df1b5b9f58e6938f9c8f235a4e0955 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Fri, 31 Mar 2006 04:00:02 +0000 Subject: 2006-03-30 Danilo Piazzalunga * configure.in: enable documentation even if doxygen and/or graphviz are missing, so the docs will be installed when building a release. * docs/reference/Makefile.am: don't remove html directory with `make clean`, so that users of the tarball releases don't destroy the pre-built documentation when running make clean. Change to maintainer-clean --- docs/reference/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 937193f..1b41ddd 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -45,7 +45,7 @@ uninstall-local: uninstall-reference all-local: $(index_html) -clean-local: +maintainer-clean-local: -rm -rf html CLEANFILES = cairomm_doxygen_tags \ -- cgit v1.2.3