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 - download
Index: ┃ M T

⟦42f5d0f25⟧ TextFile

    Length: 911 (0x38f)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« 
        └─⟦2109abc41⟧ 
            └─ ⟦this⟧ »./X.V10R4/doc/Makefile« 

TextFile

#
# Copyright 1985, Massachusetts Institute of Technology.
#
#
# 
CONFDIR= /usr/doc
# TROFF determines what form of troff
#
# Remember to run off the index to the Xlib manual after makeing sure the 
# page number is correct in the indexmacros file...  Someday we we
# automate this procedure....
#
SUBDIR= Xlib installation Usenix

TROFF= psroff
# set for our printer
PRINTER= lpr -n -Ppsc

all:

paper:
	for i in ${SUBDIR}; do \
	    (cd $$i; echo "troffing $$i";\
	     make ${MFLAGS} TROFF="${TROFF}" PRINTER="${PRINTER}" DESTDIR=${DESTDIR} CONFDIR=${CONFDIR} paper;\
	     cd ..);\
	done

install:
	rm -rf ${DESTDIR}${CONFDIR}/X.old
	-mv -f ${DESTDIR}${CONFDIR}/X ${DESTDIR}${CONFDIR}/X.old
	mkdir ${DESTDIR}${CONFDIR}/X
	cp -r ${SUBDIR} ${DESTDIR}${CONFDIR}/X

clean:
	for i in ${SUBDIR}; do \
	    (cd $$i; echo "cleaning $$i";\
	     make ${MFLAGS} clean;\
	     cd ..);\
	done
	rm -f *~ \#* *.bak *.BAK