repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removing warning about OSNAME.
[minix.git]
/
external
/
bsd
/
flex
/
dist
/
doc
/
Makefile.am
blob
bfed30d326020bf49dcf61d9993bfaeca651cbcc
1
help2man = @HELP2MAN@
2
3
info_TEXINFOS = flex.texi
4
dist_man_MANS = flex.1
5
EXTRA_DIST = flex.pdf
6
7
CLEANFILES = \
8
flex.hks \
9
flex.ops
10
11
$(dist_man_MANS): $(top_srcdir)/main.c
12
for i in $(dist_man_MANS) ; do \
13
$(help2man) --name='$(PACKAGE_NAME)' \
14
--section=`echo $$i | sed -e 's/.*\.\([^.]*\)$$/\1/'` \
15
../flex$(EXEEXT) > $$i || rm -f $$i ; \
16
done