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

⟦bdab98b23⟧ TextFile

    Length: 149 (0x95)
    Types: TextFile
    Names: »convert«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/texware/convert« 

TextFile

#!/bin/sh
# Convert TeXware programs to C.
# 

cat texware.define $1 \
	| ../web2c/web2c -htexware.h -c`basename $1 .p` \
	| ../web2c/fixwrites > $2