|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: M T
Length: 1396 (0x574) Types: TextFile Names: »Makefile«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« └─⟦ca79c7339⟧ └─⟦this⟧ »DVIware/laser-setters/mctex/psfig/Makefile«
# # Copyright (c) 1987, 1989 University of Maryland # Department of Computer Science. All rights reserved. # Permission to copy for any purpose is hereby granted # so long as this copyright notice remains intact. # # $Header: /usr/src/local/tex/local/mctex/psfig/RCS/Makefile,v 3.2 89/12/01 01:03:37 chris Exp $ # # Makefile for psfig DESTDIR= SHELL= /bin/sh MAKE= make # these are intended to be overridden by the definitions in ../Makefile # but just in case, they are here too BINDIR= ${DESTDIR}/usr/local/bin LIBDIR= ${DESTDIR}/usr/local/lib/tex TEXDIR= ${LIBDIR}/macros LATEXDIR=${LIBDIR}/latex MANDIR= ${DESTDIR}/usr/local/man INSTALL=install .SUFFIXES: .src .sty .tex FILES= mac.pro psfig.sty psfig.tex ugt.dvi all: ${FILES} .src.tex: sed -e '/^%tex:[ ]*/s///' -e '/^%latex:/s/.*/%/' < $< > $@ .src.sty: sed -e '/^%latex:[ ]*/s///' -e '/^%tex:/s/.*/%/' < $< > $@ #.prc.pro: # sh ../postscript/strip.sh $< > $@ mac.pro: figs/mac.pro sh ../postscript/strip.sh figs/mac.pro > $@ ugt.dvi: ugt.tex sh ../doc/rlatex.sh ugt.tex install: ${INSTALL} -o bin -g bin -m 444 mac.pro ${LIBDIR}/ps/mac.pro ${INSTALL} -o bin -g bin -m 444 psfig.tex ${TEXDIR}/psfig.tex ${INSTALL} -o bin -g bin -m 444 psfig.sty ${LATEXDIR}/psfig.sty ${INSTALL} -c -o bin -g bin -m 444 psfigtex.1 ${MANDIR}/man1 clean: rm -f *.dvi *.log ${FILES} cleandir: clean rm -f *.aux *.toc .depend depend: