summaryrefslogtreecommitdiffstats
path: root/libidu
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-19 09:13:05 +0200
committerJim Meyering <meyering@redhat.com>2008-05-19 10:45:37 +0200
commitff2a80bc177f3cd673d3f133f543c011f01748ae (patch)
tree22750c7c495a98aaf9dd94e081fdcf01db0501c6 /libidu
parent440e6f0cf9c8421ccd4576171d0c8b916cd681f0 (diff)
downloadidutils-ff2a80bc177f3cd673d3f133f543c011f01748ae.tar.gz
idutils-ff2a80bc177f3cd673d3f133f543c011f01748ae.tar.bz2
idutils-ff2a80bc177f3cd673d3f133f543c011f01748ae.zip
recognize more suffixes: .mk, .ac, .bz2, .lzma.
* libidu/id-lang.map: Add .mk -> make, .ac -> m4. Handle .bz2 and .lzma, too. * NEWS: Mention this. Add a few more news items.
Diffstat (limited to 'libidu')
-rw-r--r--libidu/id-lang.map6
1 files changed, 5 insertions, 1 deletions
diff --git a/libidu/id-lang.map b/libidu/id-lang.map
index 7edb860..693cf7f 100644
--- a/libidu/id-lang.map
+++ b/libidu/id-lang.map
@@ -79,6 +79,7 @@ ChangeLog* Cdoc
*.scm lisp
*.am make
+*.mk make
Makefile make
Makefile.* make
@@ -86,9 +87,12 @@ Makefile.* make
*.txt text
*.m4 m4
+*.ac m4
*.pl perl
*.pm perl
-*.gz FILTER gzip -d <%s
*.Z FILTER gzip -d <%s
+*.gz FILTER gzip -d <%s
+*.bz2 FILTER bzip2 -d <%s
+*.lzma FILTER lzma -d <%s