Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4100021
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
642 B
Referenced Files
None
Subscribers
None
Makefile
View Options
.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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment