summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo Segan <danilo@canonical.com>2011-10-08 14:29:11 +0200
committerDanilo Segan <danilo@canonical.com>2011-10-08 14:29:11 +0200
commit46f871e01f614c0f9a50b24a961e551defa166a4 (patch)
treed3ee7252fca8945598331275930eb0aa100d89b7
parentfec7d361bf9b11e02984cf167cf3259f9172b78e (diff)
downloadintltool-46f871e01f614c0f9a50b24a961e551defa166a4.tar.gz
Switch to native scm support.
-rw-r--r--intltool-update.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/intltool-update.in b/intltool-update.in
index 485a4e5..58add1d 100644
--- a/intltool-update.in
+++ b/intltool-update.in
@@ -64,7 +64,6 @@ my $xml_support =
"ui|". # Bonobo specific - User Interface desc. files
"lang|". # ?
"glade2?(?:\\.in)*|". # Glade specific - User Interface desc. files (Note: .in is not required)
-"scm(?:\\.in)*|". # ? (Note: .in is not required)
"oaf(?:\\.in)+|". # DEPRECATED: Replaces by Bonobo .server files
"etspec|". # ?
"server(?:\\.in)+|". # Bonobo specific
@@ -88,7 +87,7 @@ my $tlk_support =
"tlk(?:\\.in)+"; # Bioware Aurora Talk Table Format
my $buildin_gettext_support =
-"c|y|cs|cc|cpp|c\\+\\+|h|hh|gob|py(?:\\.in)*";
+"c|y|cs|cc|cpp|c\\+\\+|h|hh|gob|py|scm(?:\\.in)*";
## Always flush buffer when printing
$| = 1;