DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦44a37b68b⟧ TextFile

    Length: 467 (0x1d3)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/TeXgraphics/transfig/fig2ps/Makefile« 

TextFile

# 
#	fig2ps : conversion of FIG files to PostScript
#
#	Igor Metz (metz@iam.unibe.ch, metz%iam.unibe.ch@relay.cs.net)
#	Institut fuer Informatik, Universitaet Bern, Switzerland
#
#	January 1988.
# Feb. 08, 1988 (Igor Metz): installation of man page added

PCFLAGS =  -O -f68881
BINDIR = /usr/local/bin
MANDIR = /usr/man/manl

fig2ps : fig2ps.p
	pc $(PCFLAGS) -o fig2ps fig2ps.p

install : fig2ps
	install -s -m 775 fig2ps $(BINDIR)
	install -m 644 fig2ps.l $(MANDIR)