LP#1757455: followup to fix installing i18n
authorBen Shum <ben@evergreener.net>
Thu, 15 Nov 2018 19:04:28 +0000 (14:04 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 15 Nov 2018 21:20:44 +0000 (16:20 -0500)
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 <ben@evergreener.net>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

build/i18n/Makefile

index b5d443d..d5b363d 100644 (file)
@@ -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