diff --git a/.github/macos-installer/Makefile b/.github/macos-installer/Makefile index 1a06f6200e62dc..6da1ec685d59ee 100644 --- a/.github/macos-installer/Makefile +++ b/.github/macos-installer/Makefile @@ -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 $@