Skip to content

Commit

Permalink
fixup! release: add Mac OSX installer build
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dscho committed Feb 13, 2025
1 parent 842cfa4 commit dc81d69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/macos-installer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ $(BUILD_DIR)/git-$(VERSION)/osx-installed-man: $(BUILD_DIR)/git-$(VERSION)/osx-i
touch $@

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

Expand Down

0 comments on commit dc81d69

Please sign in to comment.