From 2020ddf2eb2cdb1376b31fb83f722a51394cdc5d Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 9 Sep 2008 01:09:29 +0000 Subject: [PATCH] Teach the i18n Makefile that lang.dtd needs to be local, too git-svn-id: svn://svn.open-ils.org/ILS/trunk@10562 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- build/i18n/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/i18n/Makefile b/build/i18n/Makefile index 30e176e78e..30d2e687c8 100644 --- a/build/i18n/Makefile +++ b/build/i18n/Makefile @@ -124,6 +124,7 @@ install: updatepo project 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)/lang.dtd $(CHROME_PROPSDIR)/$(LOCALE)/ cp $(PROJECT)/$(LOCALE)/lang.dtd $(DTDDIR)/$(LOCALE)/ cp $(PROJECT)/$(LOCALE)/opac.dtd $(DTDDIR)/$(LOCALE)/ -- 2.43.2