From a9b7b0295dae63a2346c1556e1c2381ca4d25f9f Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 8 Mar 2024 01:19:41 +0800 Subject: feat(site): build the simple index demo --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2