Makefile.am (flex-2.6.3) | : | Makefile.am (flex-2.6.4) | ||
---|---|---|---|---|
help2man = @HELP2MAN@ | ||||
FLEX = $(top_builddir)/src/flex$(EXEEXT) | FLEX = $(top_builddir)/src/flex$(EXEEXT) | |||
info_TEXINFOS = flex.texi | info_TEXINFOS = flex.texi | |||
dist_man_MANS = flex.1 | dist_man_MANS = flex.1 | |||
MAINTAINERCLEANFILES = flex.1 | MAINTAINERCLEANFILES = flex.1 | |||
CLEANFILES = \ | CLEANFILES = *.aux *.cp *.cps *.fn *.fns *.hk *.hks *.ky *.log \ | |||
flex.aux \ | *.op *.ops *.pg *.toc *.tp *.tps *.vr *.vrs | |||
flex.cp \ | ||||
flex.cps \ | ||||
flex.fn \ | ||||
flex.fns \ | ||||
flex.hk \ | ||||
flex.hks \ | ||||
flex.ky \ | ||||
flex.log \ | ||||
flex.op \ | ||||
flex.ops \ | ||||
flex.pg \ | ||||
flex.toc \ | ||||
flex.tp \ | ||||
flex.tps \ | ||||
flex.vr \ | ||||
flex.vrs | ||||
flex.1: $(top_srcdir)/configure.ac $(top_srcdir)/src/flex.skl $(top_srcdir)/src/ options.c $(top_srcdir)/src/options.h | $(FLEX) | flex.1: $(top_srcdir)/configure.ac $(top_srcdir)/src/flex.skl $(top_srcdir)/src/ options.c $(top_srcdir)/src/options.h | $(FLEX) | |||
$(help2man) --name='$(PACKAGE_NAME)' --section=1 \ | $(HELP2MAN) --name='$(PACKAGE_NAME)' --section=1 \ | |||
--source='The Flex Project' --manual='Programming' \ | --source='The Flex Project' --manual='Programming' \ | |||
--output=$@ $(FLEX) \ | --output=$@ $(FLEX) \ | |||
|| rm -f $@ | || rm -f $@ | |||
End of changes. 3 change blocks. | ||||
21 lines changed or deleted | 3 lines changed or added |