-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
STARDICT_TOOLS_DIR=~/stardict/tools/src/ | ||
TABFILE=$(STARDICT_TOOLS_DIR)/tabfile | ||
DICT_TOOLS_BIN_BASH=~/dict-tools/bin/bash | ||
|
||
# Let the URL not end with /. | ||
URL=https://github.com/indic-dict/stardict-tibetan/raw/gh-pages/$(shell pwd|sed -e s/.*[/]//)/tars | ||
|
||
# make all DICTS=xyz | ||
DICTS=.* | ||
|
||
|
||
.PHONY: all stardict tars | ||
|
||
all:stardict tars | ||
|
||
stardict: | ||
bash $(DICT_TOOLS_BIN_BASH)/tsv_to_stardict.sh DICTS=$(DICTS) | ||
|
||
|
||
tars: | ||
bash $(DICT_TOOLS_BIN_BASH)/make_tarballs.sh $(URL) DICTS=$(DICTS) | ||
|
||
full: | ||
bash $(DICT_TOOLS_BIN_BASH)/full_build.sh $(URL) DICTS=$(DICTS) GITHUB_TOKEN=$(GITHUB_TOKEN) |