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

Jonathon Jongsma commit at pdx.freedesktop.org
Fri Mar 31 16:13:03 PST 2006


Committed by: jjongsma

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

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

	* Makefile.am:
	* docs/Makefile.am:
	* docs/reference/Makefile.am: add convenience targets for cleaning and
	rebuilding documentation (doc-clean and doc-rebuild).


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairomm/docs/reference/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am	31 Mar 2006 04:00:02 -0000	1.6
+++ Makefile.am	1 Apr 2006 00:13:01 -0000	1.7
@@ -3,7 +3,9 @@
 WEB_SERVER = cairographics.org
 WEB_SERVER_PATH = /srv/cairo.freedesktop.org/www/documentation/cairomm/reference
 
-EXTRA_DIST = $(DOXYGEN_CONFIGFILE_SOURCE) introduction.h html
+EXTRA_DIST = $(DOXYGEN_CONFIGFILE_SOURCE) \
+			 introduction.h cairomm_doxygen_tags \
+			 html
 
 index_html = html/index.html
 
@@ -39,18 +41,22 @@
 	  rm -f $(DESTDIR)$(referencedir)/$$f; \
 	done
 
+doc-clean:
+	-rm -rf html
+	-rm -f cairomm_doxygen_tags
+	-rm -f doxygen-output.txt
+	-rm -f doxygen-warnings.txt
+	-rm -f undocumented.txt
+
 install-data-local: install-reference
 
 uninstall-local: uninstall-reference
 
 all-local: $(index_html)
 
-maintainer-clean-local:
-	-rm -rf html
-
-CLEANFILES = cairomm_doxygen_tags \
-						 doxygen-output.txt \
-						 doxygen-warnings.txt \
-						 undocumented.txt
+maintainer-clean-local: doc-clean
 
 DISTCLEANFILES = $(DOXYGEN_CONFIGFILE)
+
+.PHONY: doc-clean install-reference uninstall-reference
+



More information about the cairo-commit mailing list