Annotation of 43BSD/contrib/news/man/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # Makefile for news manual pages
                      3: #
                      4: # If you install news documentation in an appropriately structured
                      5: #      man tree (e.g. /usr/local/man) then you can do this better
                      6: #
                      7: 
                      8: DESTDIR =
                      9: MANDIR = /usr/man/mann
                     10: 
                     11: MANFILES = checknews.1 expire.8 getdate.3 inews.1 news.5 newsrc.5 postnews.1 \
                     12:        readnews.1 recnews.8 sendbatch.8 sendnews.8 uurec.8 vnews.1
                     13: NMANFILES = checknews.n expire.n getdate.n inews.n news.n newsrc.n postnews.n \
                     14:        readnews.n recnews.n sendbatch.n sendnews.n uurec.n vnews.n
                     15: 
                     16: .SUFFIXES: .n .1 .3 .5 .8
                     17: 
                     18: .1.n .3.n .5.n .8.n:
                     19:        cp $< $@
                     20: 
                     21: all: $(NMANFILES)
                     22: 
                     23: install:
                     24:        -for i in $(NMANFILES); do (install -c -m 0444 $$i $(DESTDIR)$(MANDIR)); done
                     25: 
                     26: clean:
                     27:        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.