[cairo-commit] cairomm/docs Makefile.am,1.1,1.2

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


Committed by: jjongsma

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

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/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am	8 Feb 2006 00:55:17 -0000	1.1
+++ Makefile.am	1 Apr 2006 00:13:00 -0000	1.2
@@ -1 +1,13 @@
 SUBDIRS = reference
+
+doc-clean-recursive:
+	list='$(SUBDIRS)'; for subdir in $$list; do \
+	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) doc-clean); \
+	done
+
+doc-clean: doc-clean-recursive
+
+doc-rebuild: doc-clean all
+
+.PHONY: doc-clean doc-clean-recursive doc-rebuild
+



More information about the cairo-commit mailing list