|
|
1.1 root 1: #
2: # (c) Copyright Xerox, 1986
3: #
4: #
5: # *** Add your extra description files and metric master files here ***
6: DESCFILES=8044.desc troffClassic.desc classic.desc modern.desc terminal.desc \
7: titan.desc
8: IPFILES=../ip-metrics/troffClassic.ip \
9: ../ip-metrics/classic.ip \
10: ../ip-metrics/modern.ip \
11: ../ip-metrics/terminal.ip \
12: ../ip-metrics/titan.ip
13:
14: #
15: DESTBIN=../../bin
16:
17: fonts-made: $(DESCFILES) $(IPFILES)
18: cat $(DESCFILES) | $(DESTBIN)/ipmetrics -c troff -d ../../lib $(IPFILES)
19: touch fonts-made
20:
21: list: $(DESCFILES) $(IPFILES)
22: cat $(DESCFILES) | $(DESTBIN)/ipmetrics -c toc -d ../../lib $(IPFILES)
23:
24: # some tastelessness follows
25: install: fonts-made
26: (PATH=$$PATH:../../../../bin; export PATH; install-fonts)
27:
28: clean:
29: rm -f fonts-made
30: -cleanup-fonts
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.