|
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 - downloadIndex: I T
Length: 542 (0x21e) Types: TextFile Names: »IMakefile«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« └─⟦ca79c7339⟧ └─⟦this⟧ »DVIware/laser-setters/dvi-to-ps/TeXPS/pfd/IMakefile«
# The following two variables are set by "local-defs". # PS_PRINTER_CLASS: 0: for LW # 1: for LW Plus and LW II # PS_FONTS_EXTRA: 0: no extra fonts (in directory 'extra') # 1: there are some extra fonts in there! all install print: cd regular; make $@; cd .. -if [ $(PS_PRINTER_CLASS) = 1 ] ; then cd regular-II; make $@; cd ..; fi -if [ $(PS_FONTS_EXTRA) = 1 ] ; then cd extra; make $@; cd ..; fi clean:: cd regular; make clean; cd .. cd regular-II; make clean; cd .. cd extra; make clean; cd .. depend: lint: relink: