From a66cccae9cd9a76356437bce06ffd155e05276ab Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Wed, 24 Aug 2016 09:25:27 -0400 Subject: [PATCH] LP#1095280: i18n - Move existing templates closer together in Makefile In the interest of making it easier to edit, move all the lines for generating i18n translation files for Open-ILS/src/templates/* closer together. Signed-off-by: Ben Shum Signed-off-by: Dan Wells --- build/i18n/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/i18n/Makefile b/build/i18n/Makefile index 41f8e2da18..f32ee06f39 100644 --- a/build/i18n/Makefile +++ b/build/i18n/Makefile @@ -6,8 +6,6 @@ POTLIST=$(shell ls -d po/*) DTDDIR=../../Open-ILS/web/opac/locale CHROME_PROPSDIR=../../Open-ILS/xul/staff_client/chrome/locale SERVER_PROPSDIR=../../Open-ILS/xul/staff_client/server/locale -TT2_OPAC_DATA_DIR=../../Open-ILS/src/data/locale/opac -TT2_WEBSTAFF_DATA_DIR=../../Open-ILS/src/data/locale/staff DOJO_LOCALE := $(shell echo ${LOCALE} | tr '[:upper:]' '[:lower:]') DOJO_ACQ_SRC=../../Open-ILS/web/js/dojo/openils/acq/nls DOJO_ACTOR_SRC=../../Open-ILS/web/js/dojo/openils/actor/nls @@ -36,6 +34,8 @@ SQLSRCFILE=950.data.seed-values.sql SQLPOT=db.seed.pot SQLPO=db.seed.po SQLOUT=950.data.seed-values +TT2_OPAC_DATA_DIR=../../Open-ILS/src/data/locale/opac +TT2_WEBSTAFF_DATA_DIR=../../Open-ILS/src/data/locale/staff TPAC_SRC=../../Open-ILS/src/templates/opac/ TT_LOCALE=../../Open-ILS/src/templates/locale/ WEBSTAFF_SRC=../../Open-ILS/src/templates/staff/ -- 2.43.2