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: I T

⟦6b3a4547a⟧ TextFile

    Length: 2197 (0x895)
    Types: TextFile
    Names: »Install_INPUTS«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/Install_INPUTS« 

TextFile

#!/bin/sh
#
# This script is ./TeX3.14/Install_INPUTS.
# 
# Look at the destination directories for 
# TEXINPUTS, BIBINPUTS, and MFINPUTS below.
# Make sure that they are defined correctly,
# matching up with your definitions in site.h.
#
# If you are certain that you will not be using BibTeX or LaTeX
# or whatever else, you may comment out the lines concerned 
# by preceding them with a hash mark (#); but keep in mind that
# you will need LaTeX if you wish to print out the manual for 
# the PostScript printer driver (in ./DVIware/laser-setters/dvi-to-ps/TeXPS).
#
#
TEXINPUTS=/usr/local/lib/tex/inputs; export TEXINPUTS
BIBINPUTS=/usr/local/lib/tex/bib; export BIBINPUTS
MFINPUTS=/usr/local/lib/mf/inputs; export MFINPUTS
chmod 666 $TEXINPUTS/*.tex
chmod 666 $TEXINPUTS/*.sty
# chmod 666 $TEXINPUTS/*.def #not needed in this distribution
chmod 666 $TEXINPUTS/*.bst
chmod 666 $TEXINPUTS/*.bbl
chmod 666 $TEXINPUTS/*.aux
chmod 666 $BIBINPUTS/*.bib
chmod 666 $MFINPUTS/*.mf
cp ./TeXmacros/*.tex $TEXINPUTS/.
cp ./TeXmacros/*.sty $TEXINPUTS/.
cp ./MFtexfiles/*.mft $TEXINPUTS/.
cp ./LaTeX/*.tex $TEXINPUTS/.
cp ./LaTeX/LaTeXmacros/*.tex $TEXINPUTS/.
cp ./LaTeX/LaTeXmacros/*.sty $TEXINPUTS/.
cp ./LaTeX/LaTeXmakeindex/lib/*.tex $TEXINPUTS/.
cp ./LaTeX/LaTeXmakeindex/lib/*.sty $TEXINPUTS/.
cp ./LaTeX/LaTeXmakeindex/paper/*.tex $TEXINPUTS/.
cp ./LaTeX/LaTeXmakeindex/paper/*.sty $TEXINPUTS/.
cp ./LaTeX/LaTeXmakeindex/paper/*.bbl $TEXINPUTS/.
cp ./LaTeX/LaTeXslitex/*.tex $TEXINPUTS/.
cp ./LaTeX/LaTeXslitex/*.sty $TEXINPUTS/.
cp ./BibTeX.inputs/*.tex $TEXINPUTS/.
cp ./BibTeX.inputs/*.sty $TEXINPUTS/.
cp ./BibTeX.inputs/*.bst $TEXINPUTS/.
cp ./BibTeX.inputs/*.bbl $TEXINPUTS/.
cp ./BibTeX.inputs/*.aux $TEXINPUTS/.
cp ./BibTeX.inputs/*.bib $BIBINPUTS/.
cp ../cmfonts/mf/*.mf $MFINPUTS/.
cp ../LaTeXfonts/mf/*.mf $MFINPUTS/.
cp ../utilityfonts/bases/*.mf $MFINPUTS/.
cp ../utilityfonts/black/*.mf $MFINPUTS/.
cp ../utilityfonts/gray/*.mf $MFINPUTS/.
cp ../utilityfonts/half/*.mf $MFINPUTS/.
cp ../utilityfonts/logo/*.mf $MFINPUTS/.
cp ../utilityfonts/manualfonts/*.mf $MFINPUTS/.
cp ../utilityfonts/mfbook/*.mf $MFINPUTS/.
cp ../utilityfonts/slant/*.mf $MFINPUTS/.
(cd $TEXINPUTS; chmod 444 *)