1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-30 22:14:58 +03:00

And again

This commit is contained in:
Graham Nelson 2019-02-08 12:03:07 +00:00
parent 30e9f5d6d5
commit 9633ea2c07

View file

@ -166,16 +166,18 @@ INFORM6X = inform6/Tangled/inform6
.PHONY: all
all: tools srules Internal/Languages/English/Syntax.preform
all: tools srules localintegration
.PHONY: force
force: forcetools forcesrules Internal/Languages/English/Syntax.preform
force: forcetools forcesrules localintegration
# (Of course those four phony targets are yet to be defined.)
Internal/Languages/English/Syntax.preform:
.PHONY: localintegration
localintegration:
cp -f 'inform7/Tangled/Syntax.preform' "Internal/Languages/English/Syntax.preform"
cp -R -f $(INFORM7WEB)/Appendix\ B/*.i6t Internal/I6T
# (Of course those other four phony targets are yet to be defined.)
# -----------------------------------------------------------------------------
# Target "makers"