summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-06-07 15:49:54 -0400
committerLouie S <louie@example.com>2024-06-07 15:49:54 -0400
commit6b2603325822049f31f003781aa9761799aa4ce7 (patch)
treefe7102c708d44a86bda9997035163be22f7991fe
parentf18ddb6d8dc00486b53c3973344662640fff2db0 (diff)
Use submodules for configs; add GNU_Make
-rw-r--r--.gitmodules3
-rw-r--r--README.md2
m---------src/configs/GNU_Make0
3 files changed, 4 insertions, 1 deletions
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
+Subproject 46bf8fd01e7a8660c0b02b08d69ad12f7a36eb1