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

⟦434168b12⟧ TextFile

    Length: 594 (0x252)
    Types: TextFile
    Names: »Imakefile«

Derivation

└─⟦276d19d6e⟧ Bits:30007243 EUUGD5_I: X11R5
    └─⟦4856bf7e7⟧ »./mit-4/mit-4.00« 
        └─⟦635ff9e7e⟧ 
            └─⟦this⟧ »mit/doc/Xlib/Imakefile« 

TextFile

SRCS = ../util/macros.t \
	abstract.t \
	credits.t \
	CH[01][0123456789] \
	App[ABCD] \
	glossary \
	postproc

ISRCS = indexmacros.t ../util/indexmacros.t

all: xlib.PS xlib.idx.PS

xlib.PS:
	$(TBL) $(SRCS) | $(EQN) | $(TROFF) $(MSMACROS) 2> index.raw > xlib.PS

xlib.idx.PS:
	tail -1 index.raw > index.pageno
	grep -v '^.pn ' index.raw | sort -f -t: +1 -3 +0n -1n | awk -f ../util/fixindex.awk | awk -f ../util/block.awk > index.troff
	cat $(ISRCS) index.troff | $(TROFF) -me > xlib.idx.PS
	$(RM) index.troff index.pageno

clean::
	$(RM) index.raw index.troff index.pageno xlib.PS xlib.idx.PS