blob: b11367f976e28821c79435a84ee77a334fafe940 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
PYTHON = python3
BASEURL = https://raw.githubusercontent.com/HydroRoll-Team/ipm-server/gh-pages/packages
pkg_index:
$(PYTHON) tools/build_collections.py .
$(PYTHON) tools/build_pkg_index.py . $(BASEURL) index.xml
git add collections
git add index.xml
git commit -m "updated data index"
grammars:
git commit -m "updated grammar files" packages/grammars
|