From 80e8d8829e276d6f9ea94bb1f26a27d834ff62e3 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Thu, 15 Nov 2018 14:04:28 -0500 Subject: [PATCH] LP#1757455: followup to fix installing i18n Actually installing a language also runs updatepo and subsequently attempts to copy the various dtd and property files to their correct places. Remove from the Makefile target for install, but retain the dtd web opac folder which is apparently where we put fieldmapper and some other files later. Signed-off-by: Ben Shum Signed-off-by: Galen Charlton --- build/i18n/Makefile | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/build/i18n/Makefile b/build/i18n/Makefile index b5d443d0ab..d5b363ddb1 100644 --- a/build/i18n/Makefile +++ b/build/i18n/Makefile @@ -367,23 +367,7 @@ fmidlpo2entity-en: # Install updated project files to their corresponding location in the source tree install: updatepo project fmidl2fmidlent fmidlpo2entity-en - mkdir -p $(CHROME_PROPSDIR)/$(LOCALE) - cp $(PROJECT)/$(LOCALE)/auth.properties $(CHROME_PROPSDIR)/$(LOCALE)/. - cp $(PROJECT)/$(LOCALE)/offline.properties $(CHROME_PROPSDIR)/$(LOCALE)/. - mkdir -p $(SERVER_PROPSDIR)/$(LOCALE) - cp $(PROJECT)/$(LOCALE)/admin.properties $(SERVER_PROPSDIR)/$(LOCALE)/. - cp $(PROJECT)/$(LOCALE)/cat.properties $(SERVER_PROPSDIR)/$(LOCALE)/. - cp $(PROJECT)/$(LOCALE)/circ.properties $(SERVER_PROPSDIR)/$(LOCALE)/. - cp $(PROJECT)/$(LOCALE)/common.properties $(SERVER_PROPSDIR)/$(LOCALE)/. - cp $(PROJECT)/$(LOCALE)/multiclass_search_help.html $(SERVER_PROPSDIR)/$(LOCALE)/. - cp $(PROJECT)/$(LOCALE)/patron.properties $(SERVER_PROPSDIR)/$(LOCALE)/. mkdir -p $(DTDDIR)/$(LOCALE) - cp $(PROJECT)/$(LOCALE)/conify.dtd $(DTDDIR)/$(LOCALE)/ - cp $(PROJECT)/$(LOCALE)/lang.dtd $(CHROME_PROPSDIR)/$(LOCALE)/ - cp $(PROJECT)/$(LOCALE)/lang.dtd $(DTDDIR)/$(LOCALE)/ - cp $(PROJECT)/$(LOCALE)/opac.dtd $(DTDDIR)/$(LOCALE)/ - cp $(PROJECT)/$(LOCALE)/reports.dtd $(DTDDIR)/$(LOCALE)/ - cp $(PROJECT)/$(LOCALE)/serial.properties $(SERVER_PROPSDIR)/$(LOCALE)/. mkdir -p $(TT_LOCALE) cp po/tpac/$(LOCALE).po $(TT_LOCALE)/tpac.$(LOCALE).po cp po/webstaff/$(LOCALE).po $(TT_LOCALE)/webstaff.$(LOCALE).po -- 2.11.0