From e5a855636b5a6f544b4364bd444376885ea4b5ee Mon Sep 17 00:00:00 2001 From: MedvedEE Date: Tue, 1 Oct 2024 11:07:17 +0300 Subject: [PATCH] Doing asciidoc --- .gitmodules | 4 ++++ Makefile | 2 +- VLE_JS | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 VLE_JS diff --git a/.gitmodules b/.gitmodules index 7aa2918..f42cda7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,7 @@ [submodule "VLE_Bootstrap"] path = VLE_Bootstrap url = https://github.com/MedvedEE/VLE_Bootstrap + +[submodule "VLE_JS"] + path = VLE_JS + url = https://github.com/MedvedEE/VLE_JS diff --git a/Makefile b/Makefile index 09f036a..c37c93c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ ASCIIDOCTOR = asciidoctor SRC_DIR = src HTML_DIR = html SPECIAL_HTML_DIR = special_html # Index file, otherwise website wont work -VLE_DIR = VLE_Bootstrap +VLE_DIR = VLE_JS # Find all AsciiDoc source files in the source directory SRC_FILES := $(wildcard $(SRC_DIR)/*.asciidoc) diff --git a/VLE_JS b/VLE_JS new file mode 160000 index 0000000..790b550 --- /dev/null +++ b/VLE_JS @@ -0,0 +1 @@ +Subproject commit 790b55049e33eee7b4b9221023fa24f0bddbc860