diff options
Diffstat (limited to 'includes/zhtable/Makefile')
-rw-r--r-- | includes/zhtable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/zhtable/Makefile b/includes/zhtable/Makefile index 618e2f21..5dd88d38 100644 --- a/includes/zhtable/Makefile +++ b/includes/zhtable/Makefile @@ -23,7 +23,7 @@ all: ZhConversion.php tradphrases.notsure simpphrases.notsure wordlist toHans.di # Download Unihan database and Traditional Chinese / Simplified Chinese phrases files Unihan.zip: - wget -nc ftp://ftp.unicode.org/Public/UNIDATA/Unihan.zip + wget -nc http://www.unicode.org/Public/UNIDATA/Unihan.zip scim-tables-$(SCIM_TABLES_VER).tar.gz: wget -nc http://$(SF_MIRROR).dl.sourceforge.net/sourceforge/scim/scim-tables-$(SCIM_TABLES_VER).tar.gz |