From e59ebf009f74b08685bfde224ddd4dc657f6e9a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Fri, 21 Jan 2011 08:53:39 +0000 Subject: [PATCH] 4554: Do not need to merge translations into tips.xml and holidays.xml (by Josip) svn: r16417 --- src/data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/Makefile.am b/src/data/Makefile.am index c91177782..3efc223bb 100644 --- a/src/data/Makefile.am +++ b/src/data/Makefile.am @@ -16,7 +16,7 @@ dist_pkgdata_DATA = \ # These are taken care of by the intltool xml_in_files = tips.xml.in xml_files = $(xml_in_files:.xml.in=.xml) -@INTLTOOL_XML_RULE@ +@INTLTOOL_XML_NOMERGE_RULE@ EXTRA_DIST = $(xml_in_files) CLEANFILES = $(xml_files)