aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gph/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-09-07 16:48:48 +0000
committerWerner Koch <[email protected]>1999-09-07 16:48:48 +0000
commitd92e4db7fd17ff52400e533b997c1216ad823419 (patch)
tree8bbc63db8f6fe768092f9d5860311658faa2382d /doc/gph/Makefile.am
parentSee ChangeLog: Tue Sep 7 17:08:10 CEST 1999 Werner Koch (diff)
downloadgnupg-1-0-0.tar.gz
gnupg-1-0-0.zip
See ChangeLog: Tue Sep 7 18:44:05 CEST 1999 Werner KochV1-0-0
Diffstat (limited to '')
-rw-r--r--doc/gph/Makefile.am17
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/gph/Makefile.am b/doc/gph/Makefile.am
index 87e4d9fc1..732c3e3e6 100644
--- a/doc/gph/Makefile.am
+++ b/doc/gph/Makefile.am
@@ -1,35 +1,38 @@
# GPH - GNU Privacy Handbook
PARTS = manual.sgml c1.sgml c2.sgml c3.sgml c4.sgml c5.sgml c6.sgml c7.sgml \
- signatures.fig
+ signatures.fig signatures.jpg.asc
EXTRA_DIST = $(PARTS) index.html
#BUILT_SOURCES = index.html
-dummy:
+all-local: ./signatures.jpg
-index.html: $(PARTS) ./signatures.jpg
+./signatures.jpg: $(srcdir)/signatures.jpg.asc
+ ../../g10/gpg --yes --dearmor \
+ -o ./signatures.jpg $(srcdir)/signatures.jpg.asc
+ test -d manual && cp ./signatures.jpg ./manual/signatures.jpg
+
+
+index.html: $(PARTS)
@set -e; \
for i in $(PARTS); do \
[ -f $$i ] || cat /dev/null $(srcdir)/$$i >./$$i ; \
done
db2html manual.sgml
- cp signatures.jpg manual/signatures.jpg
echo '<html><body>' >index.html
echo '<ul>' >>index.html
echo '<li><a href="manual/book1.html">GnuPG User Manual</a>' >>index.html
echo '</ul>' >>index.html
echo '</body></html>' >>index.html
-rm -r manual.junk
+ -rm manual/signatures.jpg
(cd manual; rm -r stylesheet-images; ls | grep -v distfiles >distfiles)
-signatures.jpg: $(srcdir)/signatures.fig
- fig2dev -L jpeg $(srcdir)/signatures.fig signatures.jpg
dist-hook: index.html
-
%.dvi: %.sgml
db2dvi $<