openbsd-ports/textproc/sp/files/doc-Makefile

15 lines
427 B
Plaintext
Raw Normal View History

1998-05-21 21:32:04 -04:00
FILES= archform.htm build.htm catalog.htm charset.htm features.htm
FILES+= generic.htm ideas.htm index.htm new.htm nsgmls.htm sgmldecl.htm
FILES+= sgmlnorm.htm sgmlsout.htm spam.htm spent.htm sysdecl.htm
FILES+= sysid.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>