From 4f846b03f81738b8fc9ca11ac9c60fa65871a376 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Wed, 19 Jun 2024 16:30:21 -0400 Subject: Add GNU_Autoconf target --- .gitmodules | 3 +++ Makefile | 1 + README.md | 18 ++++++++++-------- src/configs/GNU_Autoconf | 1 + 4 files changed, 15 insertions(+), 8 deletions(-) create mode 160000 src/configs/GNU_Autoconf diff --git a/.gitmodules b/.gitmodules index d4a09d1..3654f76 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "src/configs/flex"] path = src/configs/flex url = https://github.com/lshprung/flex-dash-docset +[submodule "src/configs/GNU_Autoconf"] + path = src/configs/GNU_Autoconf + url = https://github.com/lshprung/gnu-autoconf-dash-docset diff --git a/Makefile b/Makefile index 7d463e4..874af3d 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ clean: SUPPORTED_TARGETS = \ debmake \ flex \ +GNU_Autoconf \ GNU_Make .phony: $(SUPPORTED_TARGETS) diff --git a/README.md b/README.md index c8b338a..b447529 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,12 @@ Other possible targets: This table shows which supported docsets support which options. All targets support the setting of DOCSET_NAME and BUILD_DIR. -| |LOCALE|NO_CSS| -|--------------------------------------------------|------|------| -|[debmake](https://salsa.debian.org/debian/debmake)|✓ (see [here](./src/configs/debmake/README.md))|| -|[flex](https://github.com/westes/flex)| | | | -|[GNU_Make](http://www.gnu.org/software/make/) | |✓ | +| |LOCALE|NO_CSS| +|------------------------------------------------------|------|------| +|[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_Make](http://www.gnu.org/software/make/) | |✓ | ### Build Requirements @@ -37,9 +38,10 @@ 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_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_Make](http://www.gnu.org/software/make/) |✓| |✓| | ### Project Structure diff --git a/src/configs/GNU_Autoconf b/src/configs/GNU_Autoconf new file mode 160000 index 0000000..ff4a1dd --- /dev/null +++ b/src/configs/GNU_Autoconf @@ -0,0 +1 @@ +Subproject commit ff4a1dd269f2fb81f95d6f07f1a0dca998a8a4ba -- cgit