summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2006-02-23 03:56:01 +0000
committerJonathon Jongsma <jjongsma@gnome.org>2006-02-23 03:56:01 +0000
commit2322613a070d2f75780f8f3dbf0b1dd1f818377e (patch)
treeeccf4153a41cdbc44b1bbc4a88f9ec12df988eca
parent04b76f384530c6302a9c8439ade25fe254926df1 (diff)
2006-02-22 Jonathon Jongsma <jonathon.jongsma@gmail.com>
* docs/reference/Makefile.am: add target for publishing the API reference to cairographics.org
-rw-r--r--ChangeLog5
-rw-r--r--docs/reference/Makefile.am5
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07785ac..c9c69e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-22 Jonathon Jongsma <jonathon.jongsma@gmail.com>
+
+ * docs/reference/Makefile.am: add target for publishing the API reference
+ to cairographics.org
+
2006-02-20 Danilo Piazzalunga <danilopiazza@gmail.com>
* Makefile.am: Include MAINTAINERS in distribution. Fixes Bug #5982
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index cddf1d0..28ae033 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -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 @@ cairomm-reference-html.tar.gz: $(index_html)
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)