From: Harlan Stenn Date: Tue, 22 Dec 2009 07:29:35 +0000 (-0500) Subject: Bootstrap script should also touch .html files X-Git-Tag: NTP_4_2_7P3~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e37765aad3e77937538c6c454e6b0f219d1cb114;p=thirdparty%2Fntp.git Bootstrap script should also touch .html files bk: 4b30755ftzup4Oo3uxY-enPuf48Ylw --- diff --git a/bootstrap b/bootstrap index f641f1bf5..d78c7abff 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