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

⟦de2efb4f8⟧ TextFile

    Length: 303 (0x12f)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦4f9d7c866⟧ Bits:30007245 EUUGD6: Sikkerheds distributionen
    └─⟦eed360c96⟧ »./papers/SRI-report/sri-report.troff.tar.Z« 
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦eed360c96⟧ »EurOpenD3/security-doc.tar.Z« 
        └─⟦53b1903f6⟧ 
            └─⟦this⟧ »security-doc/Makefile« 

TextFile

ROFF=		troff
DEV=		-Tpsc
PRINTER=	cy
PRINT-PS=	lpr -P$(PRINTER)

MACROS=	-ms tmac.sri

FILES=	title.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t refs.t A.t toc.t

out:	$(FILES) tmac.sri
	$(ROFF) $(DEV) $(MACROS) $(FILES) > out

print:	out cover.ps
	$(PRINT-PS) cover.ps
	psdit out | $(PRINT-PS)

clean:
	rm -f out \#*