[cairo-commit] cairomm/docs/reference Makefile.am,1.5,1.6

Jonathon Jongsma commit at pdx.freedesktop.org
Thu Mar 30 20:00:05 PST 2006


Committed by: jjongsma

Update of /cvs/cairo/cairomm/docs/reference
In directory kemper:/tmp/cvs-serv13028/docs/reference

Modified Files:
	Makefile.am 
Log Message:
2006-03-30  Danilo Piazzalunga  <danilopiazza at gmail.com>

	* 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


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairomm/docs/reference/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.am	28 Feb 2006 02:07:53 -0000	1.5
+++ Makefile.am	31 Mar 2006 04:00:02 -0000	1.6
@@ -45,7 +45,7 @@
 
 all-local: $(index_html)
 
-clean-local:
+maintainer-clean-local:
 	-rm -rf html
 
 CLEANFILES = cairomm_doxygen_tags \



More information about the cairo-commit mailing list