diff options
| author | Werner Koch <[email protected]> | 2026-08-31 15:04:26 +0200 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2026-08-31 15:04:26 +0200 |
| commit | f89319fbc8d0c2b68051a64a9b4d5424db2fa044 (patch) | |
| tree | 9f1362a0c9307d68da1afff74178f00eb38702cd /doc | |
| parent | Post release updates (diff) | |
| download | gpgme-f89319fbc8d0c2b68051a64a9b4d5424db2fa044.tar.gz gpgme-f89319fbc8d0c2b68051a64a9b4d5424db2fa044.zip | |
* doc/Makefile.am (online): Chnage server URL
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
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/ |
