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: M T

⟦a01489920⟧ TextFile

    Length: 1560 (0x618)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦3658e588a⟧ »EurOpenD3/mail/mh/mh-6.7.tar.Z« 
        └─⟦c75e36ecb⟧ 
            └─⟦this⟧ »mh-6.7/papers/realwork/Makefile« 

TextFile

#######################################################################
# Instructions to Make, for generation of nice-looking papers using TeX
#######################################################################

.SUFFIXES:	.pic .web .tex .dvi .imp

.pic.tex:;	tpic $<

.web.tex:;	sh -c 'if weave $<; then exit 0; else rm $@; exit 1; fi'

.tex.dvi:;	sh -c 'if TEXINPUTS=../doclib:.:${TEXINPUTS} tex82 \
			\\nonstopmode\\input $<\\bye; \
			  then exit 0; else rm $@; exit 1; fi'

.dvi.imp:;	dviimp $(DFLAGS) -i $@ $<


#############################################################
# Here it is...
#############################################################

all:		i-all
print:		i-print


#############################################################
# realwork
#############################################################

i-all:		realwork.dvi

i-print:	realwork.dvi true
		dvisp $(DFLAGS) -J RealWork realwork.dvi


# customization files, et. al., not included below
realwork.dvi:	version.tex

version.tex:	realwork.tex text.tex appendixA.tex appendixB.tex refs.tex \
		diagram1.tex  diagram2.tex  diagram3.tex  diagram4.tex \
		diagram5.tex  diagram6.tex  diagram7.tex  diagram8.tex \
		diagram10.tex \
		version.sh
		@: version.sh

true:;


##############################################################################
#	Miscellaneous tasks
##############################################################################

distribution:   clean
		rm -f realwork.dvi realwork.imp

clean:;		rm -f realwork.lof realwork.log realwork.lot realwork.toc _*