diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README.md | 4 | ||||
m--------- | src/configs/GNU_Make | 0 | ||||
m--------- | src/configs/debmake | 0 |
4 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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 |