aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ae5cdb506..44a92d2f9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,8 +1,6 @@
## Process this file with automake to create Makefile.in
-SUBDIRS = gph
-
-EXTRA_DIST = DETAILS gpg.sgml gpg.1 FAQ HACKING OpenPGP
+EXTRA_DIST = DETAILS gpg.sgml gpg.1 FAQ HACKING OpenPGP README.W32
man_MANS = gpg.1
@@ -27,3 +25,7 @@ endif
-db2html $<
+dist-hook:
+ @if test `wc -c < gpg.1` -lt 200; then \
+ echo 'ERROR: dummy man page'; false; fi
+