aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ab5d1294a..cb6874b6d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,12 +1,17 @@
## Process this file with automake to create Makefile.in
-EXTRA_DIST = DETAILS gpg.sgml gpg.1 faq.raw \
- HACKING OpenPGP README.W32
+EXTRA_DIST = DETAILS gpg.sgml gpg.1 faq.raw FAQ faq.html \
+ HACKING OpenPGP README.W32
man_MANS = gpg.1
pkgdata_DATA = FAQ faq.html
+BUILT_SOURCES = FAQ faq.html
+
+CLEANFILES = faq.raw.xref
+
+
%.1 : %.sgml
if HAVE_DOCBOOK_TO_MAN