[open-ils-commits] [GIT] Evergreen ILS branch master updated. 9023f96c0e976fc3e0e6f688244cda041e3c7390
Evergreen Git
git at git.evergreen-ils.org
Thu Nov 15 16:21:18 EST 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 9023f96c0e976fc3e0e6f688244cda041e3c7390 (commit)
from 8fabb9ea5d360a5d03ec69c2e1f8fdc9c5cb4c25 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9023f96c0e976fc3e0e6f688244cda041e3c7390
Author: Ben Shum <ben at evergreener.net>
Date: Thu Nov 15 14:04:28 2018 -0500
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 <ben at evergreener.net>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/build/i18n/Makefile b/build/i18n/Makefile
index b5d443d..d5b363d 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
-----------------------------------------------------------------------
Summary of changes:
build/i18n/Makefile | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list