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'.)
This commit is contained in:
Joerg Wunsch 1997-10-18 10:40:02 +00:00
parent 68e65026ff
commit 2cdfa5f477
6 changed files with 52 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $Id: BSD.usr.dist,v 1.101 1997/10/16 17:38:55 jkh Exp $
# $Id: BSD.usr.dist,v 1.102 1997/10/16 17:47:00 jkh Exp $
#
/set type=dir uname=bin gname=bin mode=0755
@ -450,6 +450,12 @@
sv_SE.ISO_8859-1
..
..
pcvt
Doc
..
Etc
..
..
perl
sys
..

View File

@ -2,5 +2,6 @@ SUBDIR= keycap cursor fontedit fonts kcon loadfont scon \
userkeys vttest ispcvt mcon
SUBDIR+= vgaio kbdio set2061
SUBDIR+= demo
SUBDIR+= Misc
.include <bsd.subdir.mk>

View File

@ -1,11 +1,15 @@
# NetBSD
#MAN4= pcvt.0
#MLINKS= pcvt.0 ../pcvt.0
FILES= Acknowledgements Bibliography BugList ChangeLog CharGen \
Charsets EscapeSequences Keyboard.HP Keyboard.VT \
Manifest NotesAndHints TestedHardware ToDo
# FreeBSD
#MAN4= pcvt.4
#MLINKS= pcvt.4 ../pcvt.4
beforeinstall:
for file in ${FILES}; \
do \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/$$file ${DESTDIR}${BINDIR}/Doc/$$file ; \
done
MANSUBDIR= /i386
afterdistribute: beforeinstall
.include <bsd.prog.mk>
.include "../Makefile.inc"
.include <bsd.subdir.mk>

View File

@ -0,0 +1,14 @@
FILES= Termcap Terminfo pcvt.el rc.local uemacs.tar.Z.uu xmodmap-german
beforeinstall:
for file in ${FILES}; \
do \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/$$file ${DESTDIR}${BINDIR}/Etc/$$file ; \
done
afterdistribute: beforeinstall
.include "../Makefile.inc"
.include <bsd.subdir.mk>

View File

@ -0,0 +1,15 @@
SUBDIR= Doc Etc
FILES= README.FIRST
beforeinstall:
for file in ${FILES}; \
do \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/$$file ${DESTDIR}${BINDIR}/$$file ; \
done
afterdistribute: beforeinstall
.include "Makefile.inc"
.include <bsd.subdir.mk>

View File

@ -0,0 +1,3 @@
DISTRIBUTION= doc
BINDIR= /usr/share/pcvt
BINMODE= 0444