summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@tutanota.com>2024-06-20 16:56:57 -0400
committerLouie Shprung <lshprung@tutanota.com>2024-06-20 16:56:57 -0400
commitccb4e88de762909f0c86e4199424da9989932e86 (patch)
tree80ec6512e65f96d2b8e5d5e965d49f4f15e16c12
parentb3b1dc5e042ac3871eb4bcbd5bc44aa2142a4518 (diff)
Add GNU Autoconf Archive
-rw-r--r--.gitmodules3
-rw-r--r--Makefile1
-rw-r--r--README.md10
m---------src/configs/GNU_Autoconf_Archive0
4 files changed, 10 insertions, 4 deletions
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
+Subproject 75a9d380fdeb015e09a93e875a9a9edca9f1634