diff options
author | Louie Shprung <lshprung@tutanota.com> | 2024-06-19 16:44:11 -0400 |
---|---|---|
committer | Louie Shprung <lshprung@tutanota.com> | 2024-06-19 16:44:11 -0400 |
commit | d2a39305d8d190f0fa6d0485315a3586c93f8322 (patch) | |
tree | d3976e47c5050dc96277e45fff7a02161294a150 /Makefile | |
parent | 4f846b03f81738b8fc9ca11ac9c60fa65871a376 (diff) |
Add support for VERSION flag
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ err: BUILD_DIR = build SRC_MAKE_CALL = $(MAKE) -f src/Makefile BUILD_DIR=$(BUILD_DIR) NO_CSS=$(NO_CSS) LOCALE=$(LOCALE) +ifdef VERSION + SRC_MAKE_CALL += VERSION=$(VERSION) +endif # For this target, only archive docsets that have already been built in BUILD_DIR .phony: archive |