|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 505 (0x1f9) Types: TextFile Names: »Makefile«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« └─⟦036c765ac⟧ └─⟦this⟧ »TeX3.0/TeXgraphics/pictex/Makefile« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« └─⟦c58930e5c⟧ └─⟦this⟧ »TeX3.14/TeXgraphics/pictex/Makefile«
LIB =/usr/local/lib/tex82/localmacros LAPARTS = prepictex.tex pictex.tex postpictex.tex TEXPARTS = latexpicobjs.tex pictex.tex all: piclatex.sty $(TEXPARTS) install: all install -c -m 444 latexpicobjs.tex $(LIB) install -c -m 444 pictex.tex $(LIB) install -c -m 444 prepictex.tex $(LIB) install -c -m 444 postpictex.tex $(LIB) install -c -m 444 piclatex.sty $(LIB) piclatex.sty: cat $(LAPARTS) \ | sed -e '/^%/d' -e '/^[ ]*$$/d' \ | cat -s > piclatex.sty $(LAPARTS) $(TEXPARTS): co -q $@