about summary refs log tree commit homepage
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-12-05 20:58:59 +0000
committerEric Wong <normalperson@yhbt.net>2012-12-05 20:58:59 +0000
commitb32da1db69ce2be0e8f503cc1b562b0496d198f8 (patch)
treee66336fde3d0fc25da30614f1161dd27a1035724 /Makefile.am
parentb7be1a6897e8a699211690e9bb9114a2d0a69d54 (diff)
downloadcmogstored-b32da1db69ce2be0e8f503cc1b562b0496d198f8.tar.gz
This allows users building from the dist tarball to make
minor changes to the source without needing "help2man".

This change has no effect for developers building from
the git repo.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3d32fe6..bc94a1b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -147,7 +147,7 @@ test_chunk_parser_1_SOURCES = test/chunk-parser-1.c $(test_COMMON)
 HELP2MAN = help2man
 dist_man_MANS = cmogstored.1
 
-cmogstored.1: cmogstored.x $(cmogstored_SOURCES)
+cmogstored.1: cmogstored.x cmogstored.c
 .x.1:
         $(AM_V_GEN)if test -f $(top_builddir)/cmogstored; then \
         $(HELP2MAN) -i $< -N $(top_builddir)/cmogstored > $@.$$$$ && \