|
|
1.1 root 1: .SUFFIXES: .1 .0
2:
3: .1.0:
4: /usr/man/manroff $*.1 > $*.0
5:
6: OBJ1= X.0 biff.0 bitmap.0 keycomp.0 pikapix.0 resize.0 uwm.0 xclock.0 \
7: xcolors.0 xdemo.0 xdpr.0 xdvi.0 xfax.0 xfd.0 xhost.0 ximpv.0 \
8: xinit.0 xload.0 xnwm.0 xperfmon.0 xpr.0 xrefresh.0 xset.0 xshell.0 \
9: xterm.0 xtrek.0 xwd.0 xwininfo.0 xwm.0 xwud.0
10:
11: all:;
12:
13: install: ${OBJ1}
14: install -c -o bin -g bin -m 444 ${OBJ1} ${DESTDIR}/usr/new/man/cat1
15:
16: clean:
17: rm -f *~ \#*
18:
19: paper:
20: for i in *.? *.[0-9]?; do \
21: echo -n "Troffing ";\
22: echo -n $$i;\
23: echo '....';\
24: ${TROFF} -man $$i;\
25: done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.