summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2003-03-25 20:51:51 +0000
committerWill Estes <wlestes@users.sourceforge.net>2003-03-25 20:51:51 +0000
commit7cca6bb1190b62e8a3f2494c20cf77013654bbcb (patch)
tree2e9968c1dbd8a51dac515a1ce26d727215539996 /doc
parentf6a6436bd2878af3ae26a71e91ee2d9af4ba668a (diff)
remove maintainer-mode conditional around rebuilding of manpage
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7a9a3bf..5d25365 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -9,11 +9,9 @@ MAINTAINERCLEANFILES = \
flex.ops
EXTRA_DIST = \
- $(man_MANS)
+ $(man_MANS)
-if MAINTAINER_MODE
$(man_MANS): $(top_srcdir)/main.c
for i in $(man_MANS) ; do \
$(help2man) --name='fast lexical analyzer generator' --section=`echo $$i|rev|cut -f 1 -d .|rev` ../flex > $$i ; \
done
-endif