cookutils diff lighttpd/index.cgi @ rev 918

lighttpd/index.cgi, modules/compressor: small improvements.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 08 13:06:04 2017 +0300 (2017-06-08)
parents d30a093674f6
children 5d6cbb571217
line diff
     1.1 --- a/lighttpd/index.cgi	Wed Jun 07 22:36:09 2017 +0300
     1.2 +++ b/lighttpd/index.cgi	Thu Jun 08 13:06:04 2017 +0300
     1.3 @@ -1072,7 +1072,7 @@
     1.4  				/\/share\/devhelp\// { tag("doc", 5); next }
     1.5  			/\/share\/icons\// { tag("ico", 2); next }
     1.6  			/\/share\/locale\// { tag("loc", 4); next }
     1.7 -			/\.h$/ || /\.a$/ || /\.la$/ || /\.pc$/ || /\/bin\/.*-config$/ { tag("dev", 3); next }
     1.8 +			/\.h$/ || /\.a$/ || /\.la$/ || /\.pc$/ || /\/bin\/.*-config$/ || /\/Makefile.*$/ { tag("dev", 3); next }
     1.9  			{ tag("???", 1) }
    1.10  			' > $table
    1.11