[cairo-commit] cairomm/docs/reference Makefile.am,1.3,1.4

Jonathon Jongsma commit at pdx.freedesktop.org
Wed Feb 22 19:56:03 PST 2006


Committed by: jjongsma

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

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

	* docs/reference/Makefile.am: add target for publishing the API reference
	to cairographics.org


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairomm/docs/reference/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am	9 Feb 2006 18:46:52 -0000	1.3
+++ Makefile.am	23 Feb 2006 03:56:01 -0000	1.4
@@ -1,5 +1,7 @@
 DOXYGEN_CONFIGFILE = Doxyfile
 DOXYGEN_CONFIGFILE_SOURCE = Doxyfile.in
+WEB_SERVER = cairographics.org
+WEB_SERVER_PATH = /srv/cairo.freedesktop.org/www/documentation/cairomm/reference
 
 EXTRA_DIST = $(DOXYGEN_CONFIGFILE_SOURCE) introduction.h html
 
@@ -17,6 +19,9 @@
 
 referencedir = $(datadir)/doc/libcairomm-1.0/reference/html
 
+publish:	html
+	rsync -avz --rsh ssh --cvs-exclude html/ $(WEB_SERVER):$(WEB_SERVER_PATH)
+
 install-reference: $(index_html)
 	@$(NORMAL_INSTALL)
 	$(mkinstalldirs) $(DESTDIR)$(referencedir)



More information about the cairo-commit mailing list