aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 37546f704..44a92d2f9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -25,3 +25,7 @@ endif
-db2html $<
+dist-hook:
+ @if test `wc -c < gpg.1` -lt 200; then \
+ echo 'ERROR: dummy man page'; false; fi
+