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
Index: T m

⟦dd2eca6e9⟧ TextFile

    Length: 954 (0x3ba)
    Types: TextFile
    Names: »makefile«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/dvi-to-ps/TeXPS/setup/generic.host.name/makefile« 
            └─⟦this⟧ »DVIware/laser-setters/dvi-to-ps/TeXPS/setup/integin.cs.purdue.edu/makefile« 

TextFile

# INSTALLATION_NUMs used:
# 1 is for integin.cs.purdue.edu
# 2 is for the machine of the Menil Foundation, Houston, TX.
# 3 is for the Statistics Department of Purdue University.
# 4 is for Siemens, QM 24, Munich, West Germany.
# 5 is for myself again to simulate another installation.
# 6 is for Mark Senn, Statistics Department
# 7 is also for Mark Senn
# 8 is for arthur.cs.purdue.edu
# 9 is for galahad.cs.purdue.edu
# 10 is for expert.cc.purdue.edu
# 11 is for ttib (Technical Typesetting, Inc)

RM = /bin/rm -f

# You need to modify the installation number generated here.
INSTALLATION_NUM = 1

prepare:
	@$(RM) ../installation_num
	echo $(INSTALLATION_NUM) > ../installation_num

	@$(RM) ../local-defs
	echo '# Do NOT change this local-defs file'		> ../local-defs
	echo '# Change local-defs in subdirectory `hostname`'	>> ../local-defs
	echo '# *********************************************'	>> ../local-defs
	cat local-defs						>> ../local-defs