From 6b2603325822049f31f003781aa9761799aa4ce7 Mon Sep 17 00:00:00 2001 From: Louie S Date: Fri, 7 Jun 2024 15:49:54 -0400 Subject: Use submodules for configs; add GNU_Make --- .gitmodules | 3 +++ README.md | 2 +- src/configs/GNU_Make | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 src/configs/GNU_Make diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b06168b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/configs/GNU_Make"] + path = src/configs/GNU_Make + url = https://github.com/lshprung/gnu-make-dash-docset.git diff --git a/README.md b/README.md index 894cf6d..46aeaac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dash Docset Builder -This is a repository providing sources building various Dash docsets using a Makefile. Supported docsets can be found under `./src/configs`. Simply pass the name of the docset as a target for the Makefile (e.g., `make GNU_Make`). +This is a repository providing sources building various Dash docsets using a Makefile. Supported docsets can be found as a submodule under `./src/configs`. Simply pass the name of the docset as a target for the Makefile (e.g., `make GNU_Make`). ### Documentation diff --git a/src/configs/GNU_Make b/src/configs/GNU_Make new file mode 160000 index 0000000..46bf8fd --- /dev/null +++ b/src/configs/GNU_Make @@ -0,0 +1 @@ +Subproject commit 46bf8fd01e7a8660c0b02b08d69ad12f7a36eb19 -- cgit