From 784ea5066cbea73d04e8ce5783dd0eb842e3ac1f Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 11 Dec 1999 12:24:21 +0000 Subject: Import cvs-1.10.7. There are a number of nasty bugs that have been fixed. Obtained from: cyclic.com --- contrib/cvs/man/ChangeLog | 4 ++++ contrib/cvs/man/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'contrib/cvs/man') diff --git a/contrib/cvs/man/ChangeLog b/contrib/cvs/man/ChangeLog index f131d3e..38cc91b 100644 --- a/contrib/cvs/man/ChangeLog +++ b/contrib/cvs/man/ChangeLog @@ -1,3 +1,7 @@ +1999-01-19 Vitaly V Fedrushkov + + * Makefile.in (INSTALL_DATA): Wrong manpage permissions fixed. + 1998-06-28 Jim Kingdon * cvs.1: Update various items which were out of date. Mostly diff --git a/contrib/cvs/man/Makefile.in b/contrib/cvs/man/Makefile.in index ffc3613..d92d494 100644 --- a/contrib/cvs/man/Makefile.in +++ b/contrib/cvs/man/Makefile.in @@ -25,7 +25,7 @@ MANFILES = $(MAN1FILES) $(MAN5FILES) $(MAN8FILES) DISTFILES = .cvsignore ChangeLog Makefile.in $(MANFILES) INSTALL = @INSTALL@ -INSTALL_DATA = $(INSTALL) +INSTALL_DATA = @INSTALL_DATA@ prefix = @prefix@ mandir = $(prefix)/man man1dir = $(mandir)/man1 -- cgit v1.1