File:  [CSRG BSD Unix] / 43BSDTahoe / new / news / man / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:58 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43tahoe
BSD 4.3tahoe

#
# Makefile for news manual pages
#
# If you install news documentation in an appropriately structured
#	man tree (e.g. /usr/local/man) then you can do this better
#

DESTDIR =
MANDIR = /usr/man/mann

MANFILES = checknews.1 expire.8 getdate.3 inews.8 news.5 newsrc.5 postnews.1 \
	readnews.1 recnews.8 sendbatch.8 sendnews.8 uurec.8 vnews.1
NMANFILES = checknews.n expire.n getdate.n inews.n news.n newsrc.n postnews.n \
	readnews.n recnews.n sendbatch.n sendnews.n uurec.n vnews.n

.SUFFIXES: .n .1 .3 .5 .8

.1.n .3.n .5.n .8.n:
	cp $< $@

all: $(NMANFILES)

install: $(NMANFILES)
	-for i in $(NMANFILES); do (install -c -m 0444 $$i $(DESTDIR)$(MANDIR)); done

clean:
	rm -f $(NMANFILES)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.