1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 00:24:22 +03:00
This commit is contained in:
Graham Nelson 2022-04-28 17:20:57 +01:00
commit c5dc0ad99a
2 changed files with 5 additions and 4 deletions

View file

@ -503,7 +503,7 @@ windows_app {
suppress_fonts = yes
declare: Windows
javascript_paste_method = David
destination = ../Build/Documentation/
destination = ../../Build/Documentation/
}
linux_app {

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}