summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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