summaryrefslogtreecommitdiffstats
path: root/doc/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bootstrap')
-rwxr-xr-xdoc/bootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bootstrap b/doc/bootstrap
index b852ce1c12..117448e58f 100755
--- a/doc/bootstrap
+++ b/doc/bootstrap
@@ -90,6 +90,7 @@ clean)
find . -name 'install-sh' -print | xargs rm -f
find . -name 'missing' -print | xargs rm -f
find . -name 'mkinstalldirs' -print | xargs rm -f
+ find . -name 'mdate-sh' -print | xargs rm -f
test "$quiet" = "true" || echo "removing automake generated Makefile.in files"
files=`find . -name 'Makefile.am' -print | sed -e 's%\.am%\.in%g'` ;