12 lines
263 B
Plaintext
12 lines
263 B
Plaintext
FILES= TeX.htm copying.txt jade.htm transform.htm dsssl2.htm
|
|
NOOBJ= noobj
|
|
|
|
all clean cleandir depend lint tags:
|
|
|
|
afterinstall:
|
|
mkdir -p ${DESTDIR}${DOCDIR}
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
|
${DESTDIR}${DOCDIR}
|
|
|
|
.include <bsd.prog.mk>
|