source: trunk/essentials/sys-apps/grep/doc/Makefile.am

Last change on this file was 2557, checked in by bird, 19 years ago

grep 2.5.1a

File size: 459 bytes
Line 
1## Process this file with automake to create Makefile.in
2AUTOMAKE_OPTIONS=no-dependencies
3
4info_TEXINFOS = grep.texi
5
6man_MANS = grep.1 fgrep.1 egrep.1
7
8EXTRA_DIST = grep.1 egrep.man fgrep.man
9
10CLEANFILES = egrep.1 fgrep.1
11
12fgrep.1: fgrep.man
13 inst=`echo "grep" | sed '$(transform)'`.1; \
14sed -e "s%@grep@%$$inst%g" $(srcdir)/fgrep.man > $@
15
16egrep.1: egrep.man
17 inst=`echo "grep" | sed '$(transform)'`.1; \
18sed -e "s%@grep@%$$inst%g" $(srcdir)/egrep.man > $@
Note: See TracBrowser for help on using the repository browser.