Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Sun TranSCRIPT 2.1.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

# transcript/man/Makefile
#
# Copyright 1985,1987 Adobe Systems Incorporated. All rights reserved.
# GOVERNMENT END USERS: See notice of rights in Notice file in release directory.
# RCSID: $Header: Makefile,v 2.2 87/11/17 16:46:29 byron Rel $

.SUFFIXES: .l .1p .7 .7p .8 .8p

PAGES1 = transcript.l enscript.l ps4014.l ps630.l pscat.l psdit.l psplot.l \
        psrev.l psroff.l ptroff.l psfonts.l pssymbols.l pssun.l
PAGES7 = afm.l postscript.l
PAGES8 = pscatmap.l pscomm.l

PAGES = ${PAGES1} ${PAGES7} ${PAGES8}

programs : ${PAGES}

.1p.l .7p.l .8p.l:
        sed     -e s,XPSLIBDIRX,$$PSLIBDIR,g \
                -e s,XTROFFFONTDIRX,$$TROFFFONTDIR,g \
                -e s,XTROFFFONTDIRX,$$TROFFFONTDIR,g \
                -e s,XPSTEMPDIR,$$PSTEMPDIR,g \
                -e s,XDITDIRX,$$DITDIR,g \
                $< > $@

install: ${PAGES}
        cd $$MANDIR; rm -f ${PAGES}
        mv ${PAGES} $$MANDIR

uninstall:
        -cd $$MANDIR; rm -f ${PAGES}

clean:
        rm -f - ${PAGES} *.BAK *.CKP .emacs_[0-9]*

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026