]> granicus.if.org Git - flex/commitdiff
remove maintainer-mode conditional around rebuilding of manpage
authorWill Estes <wlestes@users.sourceforge.net>
Tue, 25 Mar 2003 20:51:51 +0000 (20:51 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Tue, 25 Mar 2003 20:51:51 +0000 (20:51 +0000)
TODO
doc/Makefile.am

diff --git a/TODO b/TODO
index 0a2b780b6a054e2a2bf9ca80f4ef77707deba449..fdb64d9949a05714aa5a06c3dbc97edfedb6cc1a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -92,8 +92,6 @@
 
 *** use clcommit to manage ChangeLog
 
-*** make sure man page is rebuilt under reasonable conditions
-
 Legend:
 
 *, **, ***: outline depth
index 7a9a3bf422a22bf49541712a1eb49408b52c7324..5d253659659e6c9e81acebf76adff0a861005f51 100644 (file)
@@ -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