|
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: 449 (0x1c1) Types: TextFile Names: »Makefile«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./DVIware/crt-viewers/obsolete/dvibit/Makefile« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« └─⟦ca79c7339⟧ └─⟦this⟧ »DVIware/crt-viewers/obsolete/dvibit/Makefile«
# # Makefile for dvibit Version ?.?? 21 January 1984 James L. Schaad # modified from dvibit Version 1.01 1 December 1983 Mark Seen # # # The following definition tells where the bit maps for this program # are stored. Remember to also change the name of the font area in # the man page, dvibit.1 FONTAREA=/usr/lib/tex/fonts/ # all: dvibit dvibit: Makefile dvibit.c commands.h cc -O -DFONTAREA=\"${FONTAREA}\" -o dvibit dvibit.c