[cairo-commit] cairomm/docs/reference Makefile.am,1.8,1.9

Jonathon Jongsma commit at pdx.freedesktop.org
Mon May 8 18:50:59 PDT 2006


Committed by: jjongsma

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

Modified Files:
	Makefile.am 
Log Message:
2006-05-08  Jonathon Jongsma  <jonathon.jongsma at gmail.com>

	* configure.in: remove check for perl since we're not using any of the
	gmmproc stuff for cairomm
	* docs/reference/Makefile.am: add documentation dependency on all of the
	headers in the cairomm/ directory so that if a header changes the
	documentation will be rebuilt.


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairomm/docs/reference/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am	5 Apr 2006 01:53:42 -0000	1.8
+++ Makefile.am	9 May 2006 01:50:57 -0000	1.9
@@ -9,7 +9,7 @@
 
 index_html = html/index.html
 
-$(index_html): $(DOXYGEN_CONFIGFILE)
+$(index_html): $(DOXYGEN_CONFIGFILE) $(wildcard $(top_srcdir)/cairomm/*.h)
 	-rm -rf html
 	doxygen $(DOXYGEN_CONFIGFILE) \
 	2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt



More information about the cairo-commit mailing list