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

⟦bac871337⟧ TextFile

    Length: 407 (0x197)
    Types: TextFile
    Names: »convert«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/texdir/convert« 

TextFile

#!/bin/sh
# This script does all the work necessary to convert tex.p to a C program.
#
cp tex.pool ../ctex/tex.pool
cat tex.defines tex.p \
	| ../web2cdir/web2c -t \
	| ../web2cdir/fixwrites -t \
	| ../web2cdir/regfix \
	| (cd ../ctex; ../web2cdir/splitup)
cat coerce.h fixcoerce.h > ../ctex/coerce.h
rm -f coerce.h stack.stack
cd ../ctex
cp texd.h orig_texd.h
../texdir/ini_to_trip orig_texd.h trip_texd.h