diff options
author | Wilbern Cobb <wcobb@cvs.openbsd.org> | 2002-05-31 20:17:01 +0000 |
---|---|---|
committer | Wilbern Cobb <wcobb@cvs.openbsd.org> | 2002-05-31 20:17:01 +0000 |
commit | f1b3c247fc0b706ed82bc0fff8543248e40d7e0c (patch) | |
tree | d140ab2ce74b978446c6d2d88b888ccd0b7e58df | |
parent | 4bd1de28cf592926d77271c7d79e3863b5971c96 (diff) |
don't write CVSvn.texi to src.
ok millert@.
-rw-r--r-- | gnu/usr.bin/cvs/Makefile.bsd-wrapper | 4 | ||||
-rw-r--r-- | gnu/usr.bin/cvs/doc/Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper index 2e489dc0726..097ed2c6c3f 100644 --- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper +++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.38 2001/11/21 15:35:38 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.39 2002/05/31 20:17:00 wcobb Exp $ .include <bsd.own.mk> MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" CLEANFILES= lib/getdate.c macintosh/Makefile os2/Makefile zlib/Makefile \ - windows-NT/SCC/Makefile emx/Makefile doc/CVSvn.texi \ + windows-NT/SCC/Makefile emx/Makefile \ doc/cvs.info doc/cvs.info-1 doc/cvs.info-2 doc/cvs.info-3 \ doc/cvs.info-4 doc/cvs.info-5 doc/cvs.info-6 doc/cvs.info-7 \ doc/cvs.info-8 doc/cvs.info-9 doc/cvsclient.info doc/cvsclient.info-1 \ diff --git a/gnu/usr.bin/cvs/doc/Makefile.in b/gnu/usr.bin/cvs/doc/Makefile.in index 6e94c47d21a..1550b0f9bfd 100644 --- a/gnu/usr.bin/cvs/doc/Makefile.in +++ b/gnu/usr.bin/cvs/doc/Makefile.in @@ -112,8 +112,8 @@ includeopt = @includeopt@ install_sh = @install_sh@ info_TEXINFOS = cvs.texinfo cvsclient.texi -cvs_TEXINFOS = CVSvn.texi -cvsclient_TEXINFOS = CVSvn.texi +cvs_TEXINFOS = +cvsclient_TEXINFOS = POSTSCRIPTS = \ cvs.ps \ |