summaryrefslogtreecommitdiff
path: root/docs
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 /docs
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
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am5
1 files changed, 5 insertions, 0 deletions
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)