summaryrefslogtreecommitdiffstats
path: root/common/entities/Makefile
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-02 22:52:15 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-02 22:52:15 +0000
commita973462d8061f108c750f428170f5006057895d7 (patch)
tree2e62e14bced70bd782228105f4d85f7d44d61b43 /common/entities/Makefile
parentba2314ff0e746342955e4c387c0d9bbfa1d998aa (diff)
downloadfedora-doc-utils-a973462d8061f108c750f428170f5006057895d7.tar.gz
fedora-doc-utils-a973462d8061f108c750f428170f5006057895d7.tar.xz
fedora-doc-utils-a973462d8061f108c750f428170f5006057895d7.zip
Use 'en_US' for ${PRI_LANG}; move the 'en' locale into secondary,
deprecated status.
Diffstat (limited to 'common/entities/Makefile')
-rw-r--r--common/entities/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/entities/Makefile b/common/entities/Makefile
index 37b644c..b651b7b 100644
--- a/common/entities/Makefile
+++ b/common/entities/Makefile
@@ -1,5 +1,5 @@
-PRI_LANG=en
-OTHERS =it pt_BR ru zh_CN
+PRI_LANG=en_US
+OTHERS =en it pt_BR ru zh_CN
#######################################################################
# PLEASE:
@@ -114,7 +114,7 @@ help::
#
define UPDATE_template
.PHONY: xml-${1}
-xml-${1} entities-${1}.xml: entities-${PRI_LANG}.xml ${1}.po
+xml-${1} entities-${1}.xml:: entities-${PRI_LANG}.xml ${1}.po
xml2po -p ${1}.po entities-${PRI_LANG}.xml >entities-${1}.xml
help::
@@ -128,7 +128,7 @@ xml-${PRI_LANG}:: entities-${PRI_LANG}.xml
$(foreach L,${OTHERS},$(eval $(call UPDATE_template,${L})))
.PHONY: xml-all
-xml-all: $(foreach L,${OTHERS},entities-${L}.xml)
+xml-all:: $(foreach L,${OTHERS},entities-${L}.xml)
help::
@printf ${HELPFMT} "make xml-all" "Translate XML for all locales"