summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-03-27 14:18:19 +0100
committerWerner Koch <wk@gnupg.org>2008-03-27 14:18:19 +0100
commit798ca1d14803421c2aadbeffdd980150a6b33070 (patch)
treec596bcc401872d56eb0f47fbd7eb40a6369ea03f /doc/Makefile.am
parentAllow standalone build. (diff)
downloadgnupg2-798ca1d14803421c2aadbeffdd980150a6b33070.tar.xz
gnupg2-798ca1d14803421c2aadbeffdd980150a6b33070.zip
Utilize new automake vars for proper installation into doc/.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 453d75b2d..8d623abfb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -28,21 +28,26 @@ helpfiles = help.txt help.be.txt help.ca.txt help.cs.txt \
help.pt_BR.txt help.ro.txt help.ru.txt help.sk.txt \
help.sv.txt help.tr.txt help.zh_CN.txt help.zh_TW.txt
-EXTRA_DIST = DETAILS HACKING TRANSLATE OpenPGP KEYSERVER samplekeys.asc \
+EXTRA_DIST = samplekeys.asc \
gnupg-logo.eps gnupg-logo.pdf gnupg-logo.png \
gnupg-card-architecture.eps gnupg-card-architecture.png \
gnupg-card-architecture.pdf \
faq.raw FAQ faq.html gnupg7.texi \
opt-homedir.texi see-also-note.texi specify-user-id.texi \
- gpgv.texi texi.css $(examples) yat2m.c
+ gpgv.texi texi.css yat2m.c
BUILT_SOURCES = gnupg-card-architecture.eps gnupg-card-architecture.png \
gnupg-card-architecture.pdf FAQ faq.html
info_TEXINFOS = gnupg.texi
-dist_pkgdata_DATA = qualified.txt FAQ faq.html com-certs.pem \
- $(helpfiles)
+dist_pkgdata_DATA = qualified.txt com-certs.pem $(helpfiles)
+
+nobase_dist_doc_DATA = FAQ DETAILS HACKING TRANSLATE OpenPGP KEYSERVER \
+ $(examples)
+
+dist_html_DATA = faq.html
+
gnupg_TEXINFOS = \
gpg.texi gpgsm.texi gpg-agent.texi scdaemon.texi instguide.texi \
@@ -140,9 +145,6 @@ $(myman_pages) gnupg.7 : yat2m-stamp
gnupg.texi : $(gnupg_TEXINFOS)
touch $(srcdir)/gnupg.texi
-install-html-local:
- cp $(srcdir)/gnupg-logo.png gnupg.html/
-
online: gnupg.html gnupg.pdf
set -e; \
echo "Uploading current manuals to www.gnupg.org ..."; \