summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@tutanota.com>2024-06-07 18:09:54 -0400
committerLouie Shprung <lshprung@tutanota.com>2024-06-07 18:09:54 -0400
commitce243577c87a8937f8d77f67142dd0fd2fbd9731 (patch)
treea3fdc382fb3d957db2ba91cf06d5506561044d2e
parentbffecbd36e2995c469bf494c573901c7ba55057e (diff)
Update submodules; add support for more variable setting
-rw-r--r--Makefile2
-rw-r--r--README.md4
m---------src/configs/GNU_Make0
m---------src/configs/debmake0
4 files changed, 3 insertions, 3 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
-Subproject 6e478542ac80054c3ebe996613efda05487ce68
+Subproject 2f9bf497b2ccb4cb1723cd731624b0652a7b0e9
diff --git a/src/configs/debmake b/src/configs/debmake
-Subproject a9e08d14469a5d97b9b3c556e61eff84782d2e5
+Subproject 73e835df08d1d212fe1e612c175526999696add