aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-08 01:19:41 +0800
committer简律纯 <i@jyunko.cn>2024-03-08 01:19:41 +0800
commita9b7b0295dae63a2346c1556e1c2381ca4d25f9f (patch)
treebbaf08eaf467bc8402a3b9c736f971834449c1d6 /Makefile
parente1f06bcc1638fbfe326039dfc5fa814e20fe7c62 (diff)
downloadipm-server-a9b7b0295dae63a2346c1556e1c2381ca4d25f9f.tar.gz
ipm-server-a9b7b0295dae63a2346c1556e1c2381ca4d25f9f.zip
feat(site): build the simple index demo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b11367f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,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 \ No newline at end of file