[svn-r13310] Aded recognition of Perl script file s (*.pl) and Makefile.dist.

This commit is contained in:
Albert Cheng 2007-02-14 17:23:14 -05:00
parent e2af691388
commit 93106a5ed1

View File

@ -764,7 +764,11 @@ while read file; do
*.sh | *.sh.in )
SHELL_FILE ${file}
;;
*Makefile | *Makefile.in | *Makefile.am )
*.pl )
# Perl script files are similar to Shell files
SHELL_FILE ${file}
;;
*Makefile | *Makefile.in | *Makefile.am | Makefile.dist )
MAKE_FILE ${file}
;;
*.bat | *.BAT )