From 5e9132fb1407aa4d9962bdbe2a7dc3e811bc78d7 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Mon, 5 Nov 2018 14:03:44 -0500 Subject: [PATCH] LP#1757455: Deprecate i18n building for XUL client Remove older dtds and properties files from the Makefile for i18n build process. To test ------- [1] Apply patch. [2] Make a change to a XUL properties or DTD file [3] Run 'make newpot' in build/i18n. [4] Verify that your change is not reflected in the updated POT files. Signed-off-by: Ben Shum Signed-off-by: Galen Charlton --- build/i18n/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/i18n/Makefile b/build/i18n/Makefile index 6888ea9717..b5d443d0ab 100644 --- a/build/i18n/Makefile +++ b/build/i18n/Makefile @@ -146,12 +146,12 @@ newpo: @echo "Generated new PO files for locale $(LOCALE)" # Generate a new set of POT files and entityized fieldmapper IDL -newpot: dtds2pot fmidl2pot fmidl2fmidlent ils2pot props2pot sql2pot dojo2pot tpac2pot webstaff2pot templates2pot +newpot: fmidl2pot fmidl2fmidlent ils2pot sql2pot dojo2pot tpac2pot webstaff2pot templates2pot @echo "Generated new POT files" # Generate DTD, JavaScript message catalogs, fieldmapper IDL, # and SQL insert files from PO for locale LOCALE -project: prep_output po2dtds po2props po2sql fmidlpo2entity po2ils po2dojo +project: prep_output po2sql fmidlpo2entity po2ils po2dojo @echo "Generated project files for locale $(LOCALE)" # Update PO files with new and changed strings from POT files -- 2.43.2