-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
44 lines (37 loc) · 1.74 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
dist: en hu_HU ru_RU la
rm -f META-INF/* dialog/* pythonpath/*
zip -r lightproof-`cat VERSION`.zip *_*.oxt META-INF dialog pythonpath \
VERSION* data NEWS ChangeLog* TODO THANKS *_py.py Dialog.py Compile.py \
Makefile README* make.py Linguistic_xcu.py description_xml.py doc
hu_HU:
make clean
python make.py -v `grep hu_HU VERSIONS | cut -d ' ' -f 2` -d data hu_HU
zip -r lightproof-hu_HU-`grep hu_HU VERSIONS | cut -d ' ' -f 2`.oxt \
META-INF pythonpath dialog Lightproof.py *xcu *xml README_hu_HU ChangeLog_hu_HU
nb_NO:
make clean
python make.py -v `grep nb_NO VERSIONS | cut -d ' ' -f 2` -d data nb_NO
zip -r lightproof-nb_NO-`grep nb_NO VERSIONS | cut -d ' ' -f 2`.oxt \
META-INF pythonpath dialog Lightproof.py *xcu *xml README_nb_NO ChangeLog_nb_NO
en:
make clean
python make.py -v `grep en VERSIONS | cut -d ' ' -f 2` -d data en en-GB,en-PH,en-ZA,en-NA,en-ZW,en-AU,en-CA,en-IE,en-IN,en-BZ,en-BS,en-GH,en-JM,en-NZ,en-TT
zip -r lightproof-en-`grep en VERSIONS | cut -d ' ' -f 2`.oxt \
META-INF pythonpath dialog Lightproof.py *xcu *xml README_en
en_US:
make clean
python make.py -v `grep en_US VERSIONS | cut -d ' ' -f 2` -d data en_US
zip -r lightproof-en_US-`grep en_US VERSIONS | cut -d ' ' -f 2`.oxt \
META-INF pythonpath dialog Lightproof.py *xcu *xml README_en_US
ru_RU:
make clean
python make.py -v `grep ru_RU VERSIONS | cut -d ' ' -f 2` -d data ru_RU
zip -r lightproof-ru_RU-`grep ru_RU VERSIONS | cut -d ' ' -f 2`.oxt \
META-INF pythonpath dialog Lightproof.py *xcu *xml README_ru_RU
la:
make clean
python make.py -v `grep la VERSIONS | cut -d ' ' -f 2` -d data la
zip -r lightproof-la-`grep la VERSIONS | cut -d ' ' -f 2`.oxt \
META-INF pythonpath dialog Lightproof.py *xcu *xml README_la
clean:
@rm -f pythonpath/* dialog/*