adding GNU dc ("desk calculator")
[unix-history] / gnu / usr.bin / man / apropos / Makefile
CommitLineData
00ba3d1d
JH
1.include "../Makefile.inc"
2
3all: apropos apropos.1
4
5obj depend rcsfreeze all:
6 @echo -n
7
8cleandir: clean
9
10clean:
11 @rm -f apropos apropos.1
12
13apropos: apropos.sh
14 sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \
15 -e 's,%pager%,${pager},' \
16 apropos.sh > apropos
17
18apropos.1: apropos.man
19 sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \
20 -e 's,%pager%,${pager},' -e 's,%troff%,${troff},' \
21 -e 's,%manpath_config_file%,${manpath_config_file},' \
22 apropos.man > apropos.1
23
24install: apropos apropos.1
25 install -c -o bin -g bin -m 555 apropos /usr/bin
26 install -c -o bin -g bin -m 444 apropos.1 /usr/share/man/man1