summaryrefslogtreecommitdiff
path: root/intltool.m4
diff options
context:
space:
mode:
authordavidz <>2007-08-01 16:31:28 +0000
committerdavidz <>2007-08-01 16:31:28 +0000
commit12d301fa190eab7cc2e880a14ff22e8a2e3ade11 (patch)
treecb4216f0316e70c41c65f8cdbe789e04d846f95a /intltool.m4
parent1cee1defc8960ab25394b8e7c9163dd86bc5e1d6 (diff)
downloadintltool-12d301fa190eab7cc2e880a14ff22e8a2e3ade11.tar.gz
2007-08-01 David Zeuthen <davidz@redhat.com>
* intltool-update.in.in, intltool.m4: Add support for PolicyKit policy XML files (extension .policy). Fixes #462312
Diffstat (limited to 'intltool.m4')
-rw-r--r--intltool.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/intltool.m4 b/intltool.m4
index 50fc9e7..5f927b4 100644
--- a/intltool.m4
+++ b/intltool.m4
@@ -65,6 +65,7 @@ INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcar
INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
+ INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
AC_SUBST(INTLTOOL_DESKTOP_RULE)
AC_SUBST(INTLTOOL_DIRECTORY_RULE)
@@ -84,6 +85,7 @@ AC_SUBST(INTLTOOL_CAVES_RULE)
AC_SUBST(INTLTOOL_SCHEMAS_RULE)
AC_SUBST(INTLTOOL_THEME_RULE)
AC_SUBST(INTLTOOL_SERVICE_RULE)
+AC_SUBST(INTLTOOL_POLICY_RULE)
# Use the tools built into the package, not the ones that are installed.
AC_SUBST(INTLTOOL_EXTRACT, '$(top_builddir)/intltool-extract')