aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 44a92d2f9..ab5d1294a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,9 +1,12 @@
## Process this file with automake to create Makefile.in
-EXTRA_DIST = DETAILS gpg.sgml gpg.1 FAQ HACKING OpenPGP README.W32
+EXTRA_DIST = DETAILS gpg.sgml gpg.1 faq.raw \
+ HACKING OpenPGP README.W32
man_MANS = gpg.1
+pkgdata_DATA = FAQ faq.html
+
%.1 : %.sgml
if HAVE_DOCBOOK_TO_MAN
@@ -15,6 +18,12 @@ else
endif
+FAQ : faq.raw
+ $(FAQPROG) -f $< $@ || $(FAQPROG) -f $< $@
+
+faq.html : faq.raw
+ $(FAQPROG) -h -f $< $@ 2>&1 || $(FAQPROG) -h -f $< $@
+
%.dvi: %.sgml
db2dvi $<
@@ -29,3 +38,9 @@ dist-hook:
@if test `wc -c < gpg.1` -lt 200; then \
echo 'ERROR: dummy man page'; false; fi
+
+
+
+
+
+