|
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: 553 (0x229) Types: TextFile Names: »Makefile«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« └─⟦ca79c7339⟧ └─⟦this⟧ »DVIware/laser-setters/mctex/doc/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. # # Makefile for MC-TeX documentation (user's guide and internals) SHELL= /bin/sh .SUFFIXES: .dvi .tex all: mctex-ug.dvi mctex-int.dvi .tex.dvi: sh rlatex.sh $* # does not get installed install: clean: rm -f *.dvi *.log cleandir: clean rm -f *.aux *.toc rm -f .depend depend: sh texdep.sh -l mctex-ug mctex-int >.depend lint: