Skip to content

Commit dc81d69

Browse files
committed
fixup! release: add Mac OSX installer build
Sadly, since 904339e (Introduce support for the Meson build system, 2024-12-06) the `Documentation/asciidoc.conf` file that `contrib/subtree/` relies on is no longer present by default because it has to be generated now. This is yet another other, _other_ change required to accommodate Meson. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 842cfa4 commit dc81d69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/macos-installer/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ $(BUILD_DIR)/git-$(VERSION)/osx-installed-man: $(BUILD_DIR)/git-$(VERSION)/osx-i
7979
touch $@
8080

8181
$(BUILD_DIR)/git-$(VERSION)/osx-built-subtree:
82+
$(SUBMAKE) -C $(BUILD_DIR)/git-$(VERSION)/Documentation asciidoc.conf
8283
cd $(BUILD_DIR)/git-$(VERSION)/contrib/subtree; $(SUBMAKE) XML_CATALOG_FILES="$(XML_CATALOG_FILES)" all git-subtree.1
8384
touch $@
8485

0 commit comments

Comments
 (0)