summaryrefslogtreecommitdiff
path: root/locale/Makefile
diff options
context:
space:
mode:
authorMichael Tänzer <neo@nhng.de>2012-04-30 02:33:15 +0200
committerMichael Tänzer <neo@nhng.de>2012-04-30 02:33:15 +0200
commit5f13d8f7b344b1d806a423eb1daca56724e78ddd (patch)
tree2fc9ef465b2ef250bbc037a9b3b9df05a8edc0a2 /locale/Makefile
parentb35b874af560b4c69cf952229b28bd1668dcf5d9 (diff)
downloadcacert-devel-5f13d8f7b344b1d806a423eb1daca56724e78ddd.tar.gz
cacert-devel-5f13d8f7b344b1d806a423eb1daca56724e78ddd.tar.xz
cacert-devel-5f13d8f7b344b1d806a423eb1daca56724e78ddd.zip
Source code taken from cacert-20120429.tar.bz2
Diffstat (limited to 'locale/Makefile')
-rw-r--r--locale/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/locale/Makefile b/locale/Makefile
index b703fb2..1517066 100644
--- a/locale/Makefile
+++ b/locale/Makefile
@@ -112,8 +112,7 @@ $(LANGS:%=$(MO_FILE_TEMPLATE)): $(MO_FILE_TEMPLATE): $(PO_FILE_TEMPLATE)
$(LANGS:%=$(PO_FILE_TEMPLATE)):
mkdir -p $(@D)
wget --output-document - '$(@:$(PO_FILE_TEMPLATE)=$(PO_URL_TEMPLATE))' | \
- # convert UTF-8 characters to HTML entities \
- php -r 'while (!feof(STDIN)) echo mb_convert_encoding(fgets(STDIN), "HTML-ENTITIES", "UTF-8");' \
+ php -f escape_special_chars.php \
> $@