From ccb4e88de762909f0c86e4199424da9989932e86 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Thu, 20 Jun 2024 16:56:57 -0400 Subject: Add GNU Autoconf Archive --- .gitmodules | 3 +++ Makefile | 1 + README.md | 10 ++++++---- src/configs/GNU_Autoconf_Archive | 1 + 4 files changed, 11 insertions(+), 4 deletions(-) create mode 160000 src/configs/GNU_Autoconf_Archive diff --git a/.gitmodules b/.gitmodules index 3654f76..767e71d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "src/configs/GNU_Autoconf"] path = src/configs/GNU_Autoconf url = https://github.com/lshprung/gnu-autoconf-dash-docset +[submodule "src/configs/GNU_Autoconf_Archive"] + path = src/configs/GNU_Autoconf_Archive + url = https://github.com/lshprung/gnu-autoconf-archive-dash-docset diff --git a/Makefile b/Makefile index 60007f5..5b30a17 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ SUPPORTED_TARGETS = \ debmake \ flex \ GNU_Autoconf \ +GNU_Autoconf_Archive \ GNU_Make .phony: $(SUPPORTED_TARGETS) diff --git a/README.md b/README.md index 8c973be..0523dae 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ This table shows which supported docsets support which options. All targets supp |[debmake](https://salsa.debian.org/debian/debmake) |✓ (see [here](./src/configs/debmake/README.md))||✓| |[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_Make](http://www.gnu.org/software/make/) | |✓ | | ### Build Requirements @@ -37,10 +38,11 @@ This table shows the dependencies for each supported docset. Additionally, all d | |[curl](https://curl.se/)|[po4a](https://po4a.org/)|[pup](https://github.com/ericchiang/pup)|[texinfo](https://www.gnu.org/software/texinfo/)| |-|------------------------|-------------------------|----------------------------------------|------------------------------------------------| -|[debmake](https://salsa.debian.org/debian/debmake) |✓|✓| | | -|[flex](https://github.com/westes/flex) |✓| |✓|✓| -|[GNU_Autoconf](https://www.gnu.org/software/autoconf/)|✓| |✓| | -|[GNU_Make](http://www.gnu.org/software/make/) |✓| |✓| | +|[debmake](https://salsa.debian.org/debian/debmake) |✓|✓| | | +|[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_Make](http://www.gnu.org/software/make/) |✓| |✓| | ### Project Structure diff --git a/src/configs/GNU_Autoconf_Archive b/src/configs/GNU_Autoconf_Archive new file mode 160000 index 0000000..75a9d38 --- /dev/null +++ b/src/configs/GNU_Autoconf_Archive @@ -0,0 +1 @@ +Subproject commit 75a9d380fdeb015e09a93e875a9a9edca9f16344 -- cgit