From 52dab5cd52b19352e9f29b16c686fc545d2aadf1 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 31 Mar 2011 14:58:30 +0200 Subject: [PATCH] Add make target for uploading docs. --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.am b/Makefile.am index 811b752..b5eccbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,4 +31,10 @@ coverage: @echo "file://$(abs_top_builddir)/tests/coverage/index.html" endif +if ENABLE_GTK_DOC +upload-doc: all + rsync -Hvax --exclude doc \ + doc/html/./ anarchy.freedesktop.org:/srv/p11-glue.freedesktop.org/www/doc/p11-kit/./ +endif + EXTRA_DIST = config.rpath -- 2.40.0