|
|
1.1 root 1: # Makefile for the notesfile manual pages
2: # March 29, 1982
3: # Ray Essick, University of Illinois
4: # uiucdcs!essick uiucdcs!notes
5: #
6: # If the "man" pages for your system have been moved, check
7: # the MAN variable below.
8: #
9:
10: DISTDIR= p:/usr/src/uiuc/notesfiles
11: DCP= rcp
12:
13: SEC1 = notes.1 nfpipe.1 checknotes.1 nfstats.1 nfprint.1 \
14: autoseq.1 readnotes.1
15: SEC3 = nfabort.3 nfcomment.3
16: SEC8 = mknf.8 rmnf.8 nfxmit.8 nfrcv.8 newsinput.8 newsoutput.8 \
17: nfaccess.8 nfarchive.8 nfmail.8 nfdump.8 nfload.8
18: FILES = $(SEC1) $(SEC3) $(SEC8)
19: OTHERS = Makefile getdate.3 rscript
20: MAN = /usr/man
21:
22: all:
23:
24: clean:
25:
26: install: isec1 isec3 isec8
27: touch install
28:
29: isec1: $(SEC1)
30: cp $? $(MAN)/man1/.
31: touch isec1
32:
33: isec3: $(SEC3)
34: cp $? $(MAN)/man3/.
35: touch isec3
36:
37: isec8: $(SEC8)
38: cp $? $(MAN)/man8/.
39: touch isec8
40:
41: ar: $(FILES)
42: ar r ../Page.a $(FILES)
43: touch ar
44:
45: dist: $(FILES) $(OTHERS)
46: ${DCP} $? $(DISTDIR)/man/.
47: touch dist
48:
49: # remote man page installation - U of Illinois DCS specific
50: #
51: RSYS = a b d e f g h i p
52: rinstall: $(SEC1) $(SEC3) $(SEC8)
53: rscript $(RSYS)
54: touch rinstall
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.