[cairo-commit] cairomm/docs/reference Makefile.am,1.10,1.11

Jonathon Jongsma commit at pdx.freedesktop.org
Tue Jul 4 18:22:48 PDT 2006


Committed by: jjongsma

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

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

	* Makefile.am: add ability to do snapshot releases to the
	cairographics.org/snapshots/ directory in addition to official releases
	* configure.in: bumped the revision to 1.1.10 in preparation for a snapshot
	release of the 1.2 API
	* docs/reference/Makefile.am: fixed some distcheck errors


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairomm/docs/reference/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.am	9 May 2006 03:12:43 -0000	1.10
+++ Makefile.am	5 Jul 2006 01:22:46 -0000	1.11
@@ -5,7 +5,7 @@
 HTML_TEMPLATE_FILES = cairomm.css cairomm-header.html
 
 EXTRA_DIST = $(DOXYGEN_CONFIGFILE_SOURCE) \
-			 introduction.h $(HTML_TEMPLATE_FILES) cairomm_doxygen_tags \
+			 $(HTML_TEMPLATE_FILES) cairomm_doxygen_tags \
 			 html
 
 index_html = html/index.html
@@ -28,7 +28,7 @@
 install-reference: $(index_html)
 	@$(NORMAL_INSTALL)
 	$(mkinstalldirs) $(DESTDIR)$(referencedir)
-	@dir='$(<D)'; for p in $$dir/*.html $$dir/*.css $$dir/*.png $$dir/*.jpg $$dir/*.map $$dir/*.md5 $$dir/*.dot ; do \
+	@dir='$(<D)'; for p in `ls $$dir/*.html $$dir/*.css $$dir/*.png $$dir/*.jpg $$dir/*.map $$dir/*.md5 $$dir/*.dot` ; do \
 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
 	  echo " $(INSTALL_DATA) $$p $(DESTDIR)$(referencedir)/$$f"; \
 	  $(INSTALL_DATA) $$p $(DESTDIR)$(referencedir)/$$f; \
@@ -42,12 +42,12 @@
 	  rm -f $(DESTDIR)$(referencedir)/$$f; \
 	done
 
+DOXYGEN_REPORTS = doxygen-output.txt doxygen-warnings.txt undocumented.txt
+
 doc-clean:
 	-rm -rf html
 	-rm -f cairomm_doxygen_tags
-	-rm -f doxygen-output.txt
-	-rm -f doxygen-warnings.txt
-	-rm -f undocumented.txt
+	-rm -f $(DOXYGEN_REPORTS)
 
 install-data-local: install-reference
 
@@ -57,7 +57,7 @@
 
 maintainer-clean-local: doc-clean
 
-DISTCLEANFILES = $(DOXYGEN_CONFIGFILE)
+DISTCLEANFILES = $(DOXYGEN_CONFIGFILE) $(DOXYGEN_REPORTS)
 
 .PHONY: doc-clean install-reference uninstall-reference
 



More information about the cairo-commit mailing list