From: Harlan Stenn Date: Tue, 22 Dec 2009 07:29:35 +0000 (-0500) Subject: Bootstrap script should also touch .html files X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00fd43663fd043a3ccd112470ca56a7dda9b7e1c;p=thirdparty%2Fntp.git Bootstrap script should also touch .html files bk: 4b30755ftzup4Oo3uxY-enPuf48Ylw --- diff --git a/bootstrap b/bootstrap index f641f1bf56..d78c7abffe 100755 --- a/bootstrap +++ b/bootstrap @@ -92,7 +92,7 @@ do for i in `ls -1 $f*` do case "$i" in - *.c|*.h|*.1|*.texi|*.menu) + *.c|*.h|*.1|*.html|*.texi|*.menu) l="$l $i" ;; esac