-
Notifications
You must be signed in to change notification settings - Fork 2
/
Makefile
17 lines (14 loc) · 965 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Usage: REFRESH=../UD_Chinese-GSD make refresh
refresh:
refresh_corpus_data.sh $(REFRESH)
refresh_all:
refresh_corpus_data.sh --pull ../UD_*
dan:
python3 at_glance.py --codes codes_and_flags.yaml --releases valdan/releases.json --genre genre_symbols.json --docs-dir ../docs _corpus_metadata/*.json --subset current > ../docs/_includes/at_glance.html
python3 at_glance.py --codes codes_and_flags.yaml --releases valdan/releases.json --genre genre_symbols.json --docs-dir ../docs _corpus_metadata/*.json --subset sapling > ../docs/_includes/at_glance_sapling.html
python3 at_glance.py --codes codes_and_flags.yaml --releases valdan/releases.json --genre genre_symbols.json --docs-dir ../docs _corpus_metadata/*.json --subset retired > ../docs/_includes/at_glance_retired.html
perl list_lang_spec_docs.pl --codes codes_and_flags.yaml --docs-dir ../docs > ../docs/_includes/lang_spec_docs.html
all: refresh_all dan
cd ../docs
git pull --no-edit
git status