~ubuntu-branches/ubuntu/lucid/gpgme1.0/lucid-security

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-07-30 10:49:21 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070730104921-g11b6qvc81o611zh
Tags: 1.1.5-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/rules: enable tests.
  - debian/control: adjust Maintainers field

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
info_TEXINFOS = gpgme.texi
25
25
gpgme_TEXINFOS = lesser.texi
 
26
 
 
27
online: gpgme.html gpgme.pdf
 
28
        set -e; \
 
29
        echo "Uploading current manuals to www.gnupg.org ..."; \
 
30
        user=werner ; \
 
31
        (cd gpgme.html && rsync -vr --exclude='.svn' .  \
 
32
          $${user}@cvs.gnupg.org:webspace/manuals/gpgme/ ); \
 
33
        rsync -v gpgme.pdf $${user}@cvs.gnupg.org:webspace/manuals/
 
34