From ce243577c87a8937f8d77f67142dd0fd2fbd9731 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Fri, 7 Jun 2024 18:09:54 -0400 Subject: Update submodules; add support for more variable setting --- Makefile | 2 +- README.md | 4 ++-- src/configs/GNU_Make | 2 +- src/configs/debmake | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 47886bd..c4b54f8 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ err: $(ERROR_NO_ARGUMENT) BUILD_DIR = build -SRC_MAKE_CALL = $(MAKE) -f src/Makefile BUILD_DIR=$(BUILD_DIR) +SRC_MAKE_CALL = $(MAKE) -f src/Makefile BUILD_DIR=$(BUILD_DIR) NO_CSS=$(NO_CSS) LOCALE=$(LOCALE) # For this target, only archive docsets that have already been built in BUILD_DIR .phony: archive diff --git a/README.md b/README.md index 90ba59f..c1a0a3e 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Usage: make DOCSET_NAME [BUILD_DIR=...] [NO_CSS=yes] [LOCALE=...] DOCSET_NAME must be a directory under ./src/configs. BUILD_DIR can be set to a directory to build under. The default is ./build - NO_CSS if defined, build with stylesheets disabled. Supported by GNU_Make - LOCALE specify a locale to build for (see below table for more details). Supported by debmake + NO_CSS if set to `yes`, build with stylesheets disabled. + LOCALE specify a locale to build for (see below table for more details). Other possible targets: archive - create .tgz archives for all docsets in BUILD_DIR diff --git a/src/configs/GNU_Make b/src/configs/GNU_Make index 6e47854..2f9bf49 160000 --- a/src/configs/GNU_Make +++ b/src/configs/GNU_Make @@ -1 +1 @@ -Subproject commit 6e478542ac80054c3ebe996613efda05487ce680 +Subproject commit 2f9bf497b2ccb4cb1723cd731624b0652a7b0e93 diff --git a/src/configs/debmake b/src/configs/debmake index a9e08d1..73e835d 160000 --- a/src/configs/debmake +++ b/src/configs/debmake @@ -1 +1 @@ -Subproject commit a9e08d14469a5d97b9b3c556e61eff84782d2e55 +Subproject commit 73e835df08d1d212fe1e612c175526999696add4 -- cgit