From 6223498d6141d178e35db5ee033ecf00b5f39599 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 9 Jan 2004 13:38:16 +0000 Subject: 2004-01-09 Ralf Corsepius * .cvsignore: Remove mkinstalldirs. * bootstrap: Remove compile during "clean". --- .cvsignore | 1 - ChangeLog | 5 +++++ bootstrap | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 719ead1f47..5aa1e4ff6e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -14,5 +14,4 @@ Makefile Makefile.in mdate-sh missing -mkinstalldirs texinfo.tex diff --git a/ChangeLog b/ChangeLog index 9b5d37c47a..c51c8d94a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-09 Ralf Corsepius + + * .cvsignore: Remove mkinstalldirs. + * bootstrap: Remove compile during "clean". + 2004-01-08 Joel Sherrill * .cvsignore: Add compile. diff --git a/bootstrap b/bootstrap index 1660bda660..0689a27e67 100755 --- a/bootstrap +++ b/bootstrap @@ -160,7 +160,7 @@ clean) test "$verbose" = "-v" && test -n "$files" && echo "$files" ; for i in $files; do if test -f $i; then rm -f $i config.sub config.guess depcomp install-sh mdate-sh missing \ - mkinstalldirs texinfo.tex + mkinstalldirs texinfo.tex compile test "$verbose" = "-v" && echo "$i" fi; done -- cgit v1.2.3