summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@tutanota.com>2024-06-26 18:54:41 -0400
committerLouie Shprung <lshprung@tutanota.com>2024-06-26 18:54:41 -0400
commit95ece0ad7ff78f3665b4fd3b7ba1e406cdfef455 (patch)
tree7e5ad495654d6d1a3ff585b23f066dcf891642ef
parent3a6303840787dd03db9b1204437f4642c7eb1dca (diff)
Add GNU Bash
-rw-r--r--.gitmodules3
-rw-r--r--Makefile1
-rw-r--r--README.md2
m---------src/configs/GNU_Bash0
4 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 767e71d..d3fc091 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -13,3 +13,6 @@
[submodule "src/configs/GNU_Autoconf_Archive"]
path = src/configs/GNU_Autoconf_Archive
url = https://github.com/lshprung/gnu-autoconf-archive-dash-docset
+[submodule "src/configs/GNU_Bash"]
+ path = src/configs/GNU_Bash
+ url = https://github.com/lshprung/gnu-bash-dash-docset
diff --git a/Makefile b/Makefile
index 6b9f2f7..9e6a4f5 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ debmake \
flex \
GNU_Autoconf \
GNU_Autoconf_Archive \
+GNU_Bash \
GNU_Make
.phony: $(SUPPORTED_TARGETS)
diff --git a/README.md b/README.md
index c8011ea..70aa3f6 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ This table shows which supported docsets support which options. All targets supp
|[flex](https://github.com/westes/flex) | | |✓ |
|[GNU_Autoconf](https://www.gnu.org/software/autoconf/)| | |✓ |
|[GNU_Autoconf_Archive](https://www.gnu.org/software/autoconf-archive/)|||✓|
+|[GNU_Bash](https://www.gnu.org/software/bash/) | | | |
|[GNU_Make](http://www.gnu.org/software/make/) | |✓ | |
### Build Requirements
@@ -46,6 +47,7 @@ This table shows the dependencies for each supported docset. Additionally, all d
|[flex](https://github.com/westes/flex) |✓| |✓|✓|
|[GNU_Autoconf](https://www.gnu.org/software/autoconf/) |✓| |✓| |
|[GNU_Autoconf_Archive](https://www.gnu.org/software/autoconf-archive/)|✓| |✓|✓|
+|[GNU_Bash](https://www.gnu.org/software/bash/) |✓| |✓| |
|[GNU_Make](http://www.gnu.org/software/make/) |✓| |✓| |
### Project Structure
diff --git a/src/configs/GNU_Bash b/src/configs/GNU_Bash
new file mode 160000
+Subproject 8fdfbacc6fbf173139b64a0bfa20c94903ad939