aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am9
-rw-r--r--doc/assuan.texi1
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c806232..2294f89 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -23,3 +23,12 @@ info_TEXINFOS = assuan.texi
assuan_TEXINFOS = lgpl.texi gpl.texi
+
+online: assuan.html assuan.pdf
+ set -e; \
+ echo "Uploading current manuals to www.gnupg.org ..."; \
+ user=werner ; \
+ (cd assuan.html && rsync -vr --exclude='.svn' . \
+ $${user}@cvs.gnupg.org:webspace/manuals/assuan/ ); \
+ rsync -v assuan.pdf $${user}@cvs.gnupg.org:webspace/manuals/
+
diff --git a/doc/assuan.texi b/doc/assuan.texi
index cc7dcaf..2422f73 100644
--- a/doc/assuan.texi
+++ b/doc/assuan.texi
@@ -745,6 +745,7 @@ assuan_transact (assuan_context_t ctx,
/* The file descriptor must be pending before assuan_receivefd is
called. This means that assuan_sendfd should be called *before* the
trigger is sent (normally via assuan_write_line ("INPUT FD")). */
+@anchor{fun-assuan_sendfd}
assuan_error_t assuan_sendfd (assuan_context_t ctx, int fd);
assuan_error_t assuan_receivefd (assuan_context_t ctx, int *fd);