source:
trunk/essentials/sys-devel/flex/doc/Makefile.am
Last change on this file was 3031, checked in by , 18 years ago | |
---|---|
File size: 353 bytes |
Line | |
---|---|
1 | help2man = @HELP2MAN@ |
2 | |
3 | info_TEXINFOS = flex.texi |
4 | man_MANS = flex.1 |
5 | |
6 | MAINTAINERCLEANFILES = \ |
7 | flex.1 |
8 | |
9 | CLEANFILES = \ |
10 | flex.hks \ |
11 | flex.ops |
12 | |
13 | EXTRA_DIST = \ |
14 | $(man_MANS) |
15 | |
16 | $(man_MANS): $(top_srcdir)/main.c |
17 | for i in $(man_MANS) ; do \ |
18 | $(help2man) --name='fast lexical analyzer generator' --section=`echo $$i|rev|cut -f 1 -d .|rev` ../flex > $$i ; \ |
19 | done |
Note:
See TracBrowser
for help on using the repository browser.