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

Merge pull request #5 from DavidKinder/master

Changes for integrating the latest build with the Windows front-end
This commit is contained in:
Graham Nelson 2022-04-28 16:48:01 +01:00 committed by GitHub
commit d29888c491
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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}