blob: 34a9ce4b71b689f001916c12f74b3a84f356a619 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
PYTHON = python
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
grammars:
git commit -m "updated grammar files" packages/grammars
|