Page MenuHomeWickedGov Phorge

Makefile
No OneTemporary

Size
642 B
Referenced Files
None
Subscribers
None

Makefile

.PHONY: help all clean test
CORE=https://www.unicode.org/Public/cldr/45/core.zip
help:
@echo "'make all' to download CLDR data and rebuild files."
@echo "'make test' to run the phpunit tests"
@echo "'make clean' to delete the generated LanguageNames*.php files."
@echo "'make distclean' to delete the CLDR data."
all: LanguageNames.php
distclean:
rm -f core.zip
rm -rf core
clean:
rm -f CldrNames/CldrNames[A-Z]*.php
test:
php ${MW_INSTALL_PATH}/tests/phpunit/phpunit.php tests
LanguageNames.php: core/
php rebuild.php
core/: core.zip
unzip core.zip -d core
core.zip:
curl -C - -O $(CORE) || wget $(CORE) || fetch $(CORE)

File Metadata

Mime Type
text/x-makefile
Expires
Tue, Aug 18, 16:11 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
48/6e/5c953e744bba9cd1a4d3a7569139
Default Alt Text
Makefile (642 B)

Event Timeline