From c08a8849b24ed59bc514c9323d6db5fdf3a0516f Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Wed, 30 Mar 2011 15:09:51 -0400 Subject: [PATCH] Use intltool to generate merged .policy file Signed-off-by: David Zeuthen --- policy/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/policy/Makefile.am b/policy/Makefile.am index d727b0f..7f8f160 100644 --- a/policy/Makefile.am +++ b/policy/Makefile.am @@ -2,10 +2,7 @@ policydir = $(datadir)/polkit-1/actions dist_policy_DATA = org.freedesktop.udisks2.policy -# TODO: merge translations from somewhere -# -org.freedesktop.udisks2.policy : org.freedesktop.udisks2.policy.in Makefile - sed -e "s/_description>/description>/g" -e "s/_message>/message>/g" $< > $@.tmp && mv $@.tmp $@ +@INTLTOOL_POLICY_RULE@ clean-local : rm -f *~ *.policy -- 2.7.4