From 95ece0ad7ff78f3665b4fd3b7ba1e406cdfef455 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Wed, 26 Jun 2024 18:54:41 -0400 Subject: Add GNU Bash --- .gitmodules | 3 +++ Makefile | 1 + README.md | 2 ++ src/configs/GNU_Bash | 1 + 4 files changed, 7 insertions(+) create mode 160000 src/configs/GNU_Bash 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 index 0000000..8fdfbac --- /dev/null +++ b/src/configs/GNU_Bash @@ -0,0 +1 @@ +Subproject commit 8fdfbacc6fbf173139b64a0bfa20c94903ad9392 -- cgit