From: Ben Shum Date: Thu, 15 Nov 2018 19:04:28 +0000 (-0500) Subject: LP#1757455: followup to fix installing i18n X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=80e8d8829e276d6f9ea94bb1f26a27d834ff62e3;p=evergreen%2Fpines.git 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 --- 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