From f89319fbc8d0c2b68051a64a9b4d5424db2fa044 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 31 Aug 2026 15:04:26 +0200 Subject: build: Adjust online target for the new server. * doc/Makefile.am (online): Chnage server URL --- doc/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index 584a6f85..5560c5b2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -89,7 +89,6 @@ defs.inc: defsincdate Makefile mkdefsinc online: gpgme.html gpgme.pdf set -e; \ echo "Uploading current manuals to www.gnupg.org ..."; \ - user=werner ; \ (cd gpgme.html && rsync -vr --exclude='.svn' . \ - $${user}@ftp.gnupg.org:webspace/manuals/gpgme/ ); \ - rsync -v gpgme.pdf $${user}@ftp.gnupg.org:webspace/manuals/ + gnupg.org:webspace/documentation/manuals/gpgme/ ); \ + rsync -v gpgme.pdf gnupg.org:webspace/documentation/manuals/ -- cgit