Annotation of 43BSD/contrib/apl/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         = apl.1 \
        !             8:                aplcvt.1 \
        !             9:                xed.1
        !            10: 
        !            11: SUFFIX       = .1:s
        !            12: 
        !            13: all:;
        !            14: 
        !            15: clean:;
        !            16: 
        !            17: depend:;       @mkmf -f $(MAKEFILE)
        !            18: 
        !            19: install:;      @echo Installing $(SRCS) in $(DEST)
        !            20:                @for i in $(SRCS); do cp $$i $(DEST)/`basename $$i .1`.n; done
        !            21: 
        !            22: print:         $(SRCS)
        !            23:                @$(PRINT) -man $?
        !            24:                @touch print
        !            25: 
        !            26: update:;

unix.superglobalmegacorp.com

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