[open-ils-commits] [GIT] Evergreen ILS branch master updated. 5e9132fb1407aa4d9962bdbe2a7dc3e811bc78d7

Evergreen Git git at git.evergreen-ils.org
Tue Nov 13 10:59:28 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  5e9132fb1407aa4d9962bdbe2a7dc3e811bc78d7 (commit)
      from  a14b16dd197ce62529fa91410088ec54db50ccc4 (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 5e9132fb1407aa4d9962bdbe2a7dc3e811bc78d7
Author: Ben Shum <ben at evergreener.net>
Date:   Mon Nov 5 14:03:44 2018 -0500

    LP#1757455: Deprecate i18n building for XUL client
    
    Remove older dtds and properties files from the Makefile for i18n build
    process.
    
    To test
    -------
    [1] Apply patch.
    [2] Make a change to a XUL properties or DTD file
    [3] Run 'make newpot' in build/i18n.
    [4] Verify that your change is not reflected in the updated POT files.
    
    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 6888ea9..b5d443d 100644
--- a/build/i18n/Makefile
+++ b/build/i18n/Makefile
@@ -146,12 +146,12 @@ newpo:
 	@echo "Generated new PO files for locale $(LOCALE)"
 
 # Generate a new set of POT files and entityized fieldmapper IDL
-newpot: dtds2pot fmidl2pot fmidl2fmidlent ils2pot props2pot sql2pot dojo2pot tpac2pot webstaff2pot templates2pot
+newpot: fmidl2pot fmidl2fmidlent ils2pot sql2pot dojo2pot tpac2pot webstaff2pot templates2pot
 	@echo "Generated new POT files"
 
 # Generate DTD, JavaScript message catalogs, fieldmapper IDL,
 # and SQL insert files from PO for locale LOCALE
-project: prep_output po2dtds po2props po2sql fmidlpo2entity po2ils po2dojo
+project: prep_output po2sql fmidlpo2entity po2ils po2dojo
 	@echo "Generated project files for locale $(LOCALE)"
 
 # Update PO files with new and changed strings from POT files

-----------------------------------------------------------------------

Summary of changes:
 build/i18n/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list