summaryrefslogtreecommitdiffstats
path: root/doc/bootstrap
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-20 16:57:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-20 16:57:07 +0000
commitaecc1d963c10d7b6d2a8e55b8b9d2750aff99465 (patch)
tree00dbbb6f2a62bb5880da6921bdf56dd74f311aed /doc/bootstrap
parent2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-aecc1d963c10d7b6d2a8e55b8b9d2750aff99465.tar.bz2
2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex. * Makefile.am: Add main.am to AUTOMAKE_FILES. * configure.ac: Add AC_CONFIG_AUX_DIR([.]). * project.am: Remove custom .texi and stamp-vti rules. * main.am: Replace TEXI_COMMON with AM_MAKEINFOFLAGS.
Diffstat (limited to 'doc/bootstrap')
-rwxr-xr-xdoc/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bootstrap b/doc/bootstrap
index 8dec6f3f52..1841875c2f 100755
--- a/doc/bootstrap
+++ b/doc/bootstrap
@@ -104,7 +104,7 @@ clean)
files=`find . -name 'configure' -print` ;
test "$verbose" = "-v" && test -n "$files" && echo "$files" ;
for i in $files; do if test -f $i; then
- rm -f $i config.guess config.sub depcomp install-sh missing mkinstalldirs
+ rm -f $i config.guess config.sub depcomp install-sh mdate-sh missing mkinstalldirs
test "$verbose" = "-v" && echo "$i"
fi; done