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

⟦1fe6a3a47⟧ TextFile

    Length: 450 (0x1c2)
    Types: TextFile
    Names: »--make.mic«

Derivation

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

TextFile

!-----------------------------------------------------------------------
! Makefile for files in directory <beebe.troff-to-tex>
! Targets:
!	ALL	CLEAN	KCC
! [23-Feb-87]
!-----------------------------------------------------------------------

ALL::
	cc -o tr2tex.exe pcc:bigc.rel tr2tex tr subs
	goto done

KCC:
	kcc -o tr2tex.exe -DNO_SGTTY -DHAVE_SGTTY=0 tr2tex tr subs
	goto done

CLEAN::
	delete *.rel, *junk*.*
	goto done

DONE::
%ERR::
%TERR::