2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* .cvsignore: Remove mkinstalldirs.
	* bootstrap: Remove compile during "clean".
This commit is contained in:
Ralf Corsepius
2004-01-09 13:38:16 +00:00
parent daec7a98a8
commit 6223498d61
3 changed files with 6 additions and 2 deletions

View File

@@ -14,5 +14,4 @@ Makefile
Makefile.in
mdate-sh
missing
mkinstalldirs
texinfo.tex

View File

@@ -1,3 +1,8 @@
2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Remove mkinstalldirs.
* bootstrap: Remove compile during "clean".
2004-01-08 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Add compile.

View File

@@ -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