|
|
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: SUFFIX = .1:s
11:
12: all:;
13:
14: clean:;
15:
16: depend:; @mkmf -f $(MAKEFILE)
17:
18: install:; @echo Installing $(SRCS) in $(DEST)
19: @for i in $(SRCS); do cp $$i $(DEST)/`basename $$i .1`.n; done
20:
21: print: $(SRCS)
22: @$(PRINT) -man $?
23: @touch print
24:
25: update:;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.