HardenedBSD/usr.sbin/pcvt/Misc/Doc/Makefile
Joerg Wunsch 2cdfa5f477 Something that should have been done 2.5 years ago: install pcvt's
accompanying doc files into /usr/share/pcvt/.  (This goes to the `doc'
distribution, not `bin'.)
1997-10-18 10:40:02 +00:00

16 lines
412 B
Makefile

FILES= Acknowledgements Bibliography BugList ChangeLog CharGen \
Charsets EscapeSequences Keyboard.HP Keyboard.VT \
Manifest NotesAndHints TestedHardware ToDo
beforeinstall:
for file in ${FILES}; \
do \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/$$file ${DESTDIR}${BINDIR}/Doc/$$file ; \
done
afterdistribute: beforeinstall
.include "../Makefile.inc"
.include <bsd.subdir.mk>