From cc6595624615cd536ca98a7d988e9741a99b0d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Fri, 21 Jan 2011 08:53:23 +0000 Subject: [PATCH] 4554: Do not need to merge translations into tips.xml and holidays.xml (by Josip) svn: r16416 --- src/plugins/lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lib/Makefile.am b/src/plugins/lib/Makefile.am index 002806b35..ba34409ff 100644 --- a/src/plugins/lib/Makefile.am +++ b/src/plugins/lib/Makefile.am @@ -8,7 +8,7 @@ xmldir = $(datadir)/xml xml_in_files = holidays.xml.in xml_DATA = $(xml_in_files:.xml.in=.xml) -@INTLTOOL_XML_RULE@ +@INTLTOOL_XML_NOMERGE_RULE@ EXTRA_DIST=$(xml_in_files) $(xml_DATA)