summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2003-02-28 14:23:44 +0000
committerWill Estes <wlestes@users.sourceforge.net>2003-02-28 14:23:44 +0000
commit06d0394e3f3532fcd8317428f4c6a6da27205a22 (patch)
treee19fabd9601a2706f525520d427a46e91a35fab3 /doc/Makefile.am
parent74af518aecbe477db93ebfdb04df70210fda3af0 (diff)
build on . in top level first; this will simplify calling help2man
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a15ec54..7a9a3bf 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -12,10 +12,7 @@ EXTRA_DIST = \
$(man_MANS)
if MAINTAINER_MODE
-../flex:
- cd .. && $(MAKE) flex
-
-$(man_MANS): $(top_srcdir)/main.c ../flex
+$(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