|
|
1.1 root 1: # Makefile for manual pages for the Unix Interpress utilities
2: #
3: # (C) Copyright 1985, Xerox Corp.
4: #
5: DESTMAN=/usr/man/mann
6: .SUFFIXES: .1 .1.cat
7:
8: all: charset.1.cat dipress.1.cat iptotext.1.cat iptroff.1.cat maha.1.cat texttoip.1.cat
9:
10: .1.1.cat:
11: iptroff -man $<
12:
13: install:
14: install -c charset.1 ${DESTMAN}
15: install -c dipress.1 ${DESTMAN}
16: install -c iptotext.1 ${DESTMAN}
17: install -c iptroff.1 ${DESTMAN}
18: install -c maha.1 ${DESTMAN}
19: install -c texttoip.1 ${DESTMAN}
20:
21: clean:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.