Install RCS and CVS documents.

This commit is contained in:
Wolfram Schneider 1997-03-04 18:21:07 +00:00
parent 6b06cd7e84
commit d5e90b65d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23381
6 changed files with 39 additions and 3 deletions

View file

@ -0,0 +1,6 @@
# $Id$
SUBDIR= rcs rcs_func
.include <bsd.subdir.mk>

View file

@ -0,0 +1,5 @@
# $Id$
VOLUME= psd/13.rcs
MACROS= -ms
SRCDIR= ${.CURDIR}/../../../../../gnu/usr.bin/rcs/doc

View file

@ -0,0 +1,7 @@
# $Id$
SRCS= rcs.ms
USE_PIC= yes
.include "../Makefile.inc"
.include <bsd.doc.mk>

View file

@ -0,0 +1,7 @@
# $Id$
SRCS= rcs_func.ms
DOC= rcs_func
.include "../Makefile.inc"
.include <bsd.doc.mk>

View file

@ -0,0 +1,10 @@
# $Id$
VOLUME= psd/28.cvs
MACROS= -ms
SRCDIR= ${.CURDIR}/../../../../contrib/cvs/doc
SRCS= cvs-paper.ms
USE_PIC= yes
USE_TBL= yes
.include <bsd.doc.mk>

View file

@ -1,8 +1,8 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $Id$
# $Id: Makefile,v 1.10 1997/02/22 13:04:15 peter Exp $
# The following modules do not build/install:
# 10.gdb, 13.rcs
# 10.gdb
# The following modules are encumbered:
# 01.cacm 02.implement 03.iosys 04.uprog 06.Clang 11.adb 14.sccs
@ -13,9 +13,10 @@
BINDIR= /usr/share/doc/psd
SUBDIR= title contents
SUBDIR+= 05.sysman 12.make 18.gprof 19.curses 20.ipctut 21.ipc
SUBDIR+= 05.sysman 12.make 13.rcs 18.gprof 19.curses 20.ipctut 21.ipc
# The following modules are new in FreeBSD:
SUBDIR+= 22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrpc
SUBDIR+= 28.cvs
.include <bsd.subdir.mk>