~ubuntu-branches/ubuntu/precise/gnupg2/precise-proposed

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
            help.pt_BR.txt help.ro.txt help.ru.txt help.sk.txt          \
29
29
            help.sv.txt help.tr.txt help.zh_CN.txt help.zh_TW.txt
30
30
 
31
 
EXTRA_DIST = DETAILS HACKING TRANSLATE OpenPGP KEYSERVER samplekeys.asc \
 
31
EXTRA_DIST = samplekeys.asc \
32
32
             gnupg-logo.eps gnupg-logo.pdf gnupg-logo.png \
33
33
             gnupg-card-architecture.eps gnupg-card-architecture.png \
34
34
             gnupg-card-architecture.pdf \
35
35
             faq.raw FAQ faq.html gnupg7.texi \
36
36
             opt-homedir.texi see-also-note.texi specify-user-id.texi \
37
 
             gpgv.texi texi.css $(examples) yat2m.c
 
37
             gpgv.texi texi.css  yat2m.c
38
38
 
39
39
BUILT_SOURCES = gnupg-card-architecture.eps gnupg-card-architecture.png \
40
40
                gnupg-card-architecture.pdf FAQ faq.html
41
41
 
42
42
info_TEXINFOS = gnupg.texi
43
43
 
44
 
dist_pkgdata_DATA = qualified.txt FAQ faq.html com-certs.pem \
45
 
                    $(helpfiles)
 
44
dist_pkgdata_DATA = qualified.txt com-certs.pem $(helpfiles)
 
45
 
 
46
nobase_dist_doc_DATA = FAQ DETAILS HACKING TRANSLATE OpenPGP KEYSERVER \
 
47
                       $(examples)      
 
48
 
 
49
dist_html_DATA = faq.html 
 
50
 
46
51
 
47
52
gnupg_TEXINFOS = \
48
53
        gpg.texi gpgsm.texi gpg-agent.texi scdaemon.texi instguide.texi \
62
67
myman_pages   = gpg2.1 gpgsm.1 gpg-agent.1 scdaemon.1 gpgv2.1 \
63
68
                watchgnupg.1 gpgconf.1 addgnupghome.8 gpg-preset-passphrase.1 \
64
69
                gpg-connect-agent.1 gpgparsemail.1 symcryptrun.1 \
65
 
                gpgsm-gencert.sh.1 applygnupgdefaults.8
 
70
                gpgsm-gencert.sh.1 applygnupgdefaults.8 gpg-zip.1
66
71
 
67
72
man_MANS = $(myman_pages)
68
73
noinst_MANS = gnupg.7
140
145
gnupg.texi : $(gnupg_TEXINFOS)
141
146
        touch $(srcdir)/gnupg.texi
142
147
 
143
 
install-html-local:
144
 
        cp $(srcdir)/gnupg-logo.png gnupg.html/
145
 
 
146
148
online: gnupg.html gnupg.pdf
147
149
        set -e; \
148
150
        echo "Uploading current manuals to www.gnupg.org ..."; \