summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parentbffecbd36e2995c469bf494c573901c7ba55057e (diff)
Update submodules; add support for more variable setting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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