Annotation of 43BSD/contrib/rcs/man/Makefile, revision 1.1

1.1     ! root        1: DEST         = $(DESTDIR)/usr/man/mann
        !             2: 
        !             3: MAKEFILE      = Makefile
        !             4: 
        !             5: PRINT        = vtroff
        !             6: 
        !             7: SRCS         = ci.1 \
        !             8:                co.1 \
        !             9:                ident.1 \
        !            10:                merge.1 \
        !            11:                rcs.1 \
        !            12:                rcsdiff.1 \
        !            13:                rcsintro.1 \
        !            14:                rcsmerge.1 \
        !            15:                rlog.1 \
        !            16:                sccstorcs.1
        !            17: 
        !            18: SUFFIX       = .1:s
        !            19: 
        !            20: all:;
        !            21: 
        !            22: clean:;
        !            23: 
        !            24: depend:;       @mkmf -f $(MAKEFILE)
        !            25: 
        !            26: install:;      @echo Installing $(SRCS) in $(DEST)
        !            27:                @for i in $(SRCS); do cp $$i $(DEST)/`basename $$i .1`.n; done
        !            28:                cp rcsfile.5 $(DEST)/rcsfile.n
        !            29: 
        !            30: print:         $(SRCS)
        !            31:                @$(PRINT) -man $?
        !            32:                @touch print
        !            33: 
        !            34: update:;

unix.superglobalmegacorp.com

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