1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-05-03 17:49:39 +03:00

Minor make change to accommodate Windows and Linux

This commit is contained in:
Graham Nelson 2024-04-07 10:31:45 +01:00
parent beb8817e5d
commit cb497ae3d0

View file

@ -928,7 +928,9 @@ forcetransferadvice:
{define: compile-inapp-documentation}
mkdir -p $(BUILTINHTMLINNER)
$(INBUILDX) -document-set resources/Documentation -document-to $(BUILTINHTMLINNER)
ifneq "$(BUILTINHTMLINNER)" "$(BUILTINHTML)"
cp -f $(BUILTINHTMLINNER)/xrefs.txt $(BUILTINHTML)
endif
{end-define}
.PHONY: transferdocumentation