1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00

Don't create Internal/Documentation as not used, and copy to Internal/Templates when making integration

This commit is contained in:
David Kinder 2022-04-28 06:42:18 +01:00
parent 0f4d4ec7e4
commit 0f8ca86249

View file

@ -623,7 +623,8 @@ integration: \
transferkits \
transferinternals \
transferdocumentation \
transferoutcomepages
transferoutcomepages \
transfertemplates
.PHONY: forceintegration
forceintegration: \
@ -636,7 +637,8 @@ forceintegration: \
forcetransferimages \
forcetransferotherinternals \
forcetransferdocumentation \
forcetransferoutcomepages
forcetransferoutcomepages \
forcetransfertemplates
# -----------------------------------------------------------------------------
# Copying part of the Inform toolchain into the app
@ -861,7 +863,6 @@ $(INTERNALEXEMPLUM): \
# agree with that.
{define: compile-inapp-documentation}
mkdir -p "$(INTERNAL)/Documentation"
mkdir -p $(BUILTINHTMLINNER)
$(INDOCX) -from resources/Documentation -xrefs '$(INFORM7WEB)/Internal/HTML/xrefs.txt' $(INDOCOPTS)
{end-define}