|
|
1.1 root 1: DEST = $(DESTDIR)/usr/man/mann
2:
3: MAKEFILE = Makefile
4:
5: PRINT = vtroff
6:
7: SRCS = bib.1 \
8: invert.1
9:
10: all:;
11:
12: clean:;
13:
14: depend:; @mkmf -f $(MAKEFILE)
15:
16: install: bib.0 invert.0
17: install -c -o bin -g bin -m 444 bib.0 invert.0 \
18: ${DESTDIR}/usr/new/man/cat1
19: # @echo Installing $(SRCS) in $(DEST)
20: # @for i in $(SRCS); do cp $$i $(DEST)/`basename $$i .1`.n; done
21:
22: print: $(SRCS)
23: @$(PRINT) -man $?
24: @touch print
25:
26: update:;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.