|
|
1.1 root 1: ##########################################################################
2: # Instructions to Make, for compilation of RFCs
3: ##########################################################################
4:
5: .SUFFIXES: .rf .txt
6:
7: .rf.txt: $<
8: nroff -me -Tlpr $< | \
9: tr "\010" "~" | \
10: sed -e "/^/s/_~//g" | \
11: rf-page 57 > $@
12:
13:
14: ##################################################################
15: # Here it is...
16: ##################################################################
17:
18: all:;
19:
20: inst-all:;
21:
22: install: inst-all clean
23:
24: uninstall:;
25:
26: lint:;
27:
28: clean:; rm -f _*
29:
30: grind:; iprint *.txt
31:
32: imp:;
33:
34: preview:;
35:
36: ps:;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.