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

Fixed makescript

This commit is contained in:
Graham Nelson 2019-02-08 08:22:31 +00:00
parent a306763226
commit e82fbdb065
5 changed files with 11 additions and 9 deletions

View file

@ -6,8 +6,8 @@ Declare Section Usage: Off
Licence: This is a free, open-source program published under the Artistic License 2.0.
Version Number: 4
Version Name: Duralumin
Build Number: 6Q13
Build Date: 4 February 2019
Build Number: 6Q14
Build Date: 6 February 2019
Web Syntax Version: 2
Import: foundation
@ -153,5 +153,6 @@ Chapter 3: Other Material

View file

@ -2,4 +2,4 @@ Sync to inform7
Amalgam 1 3K27 April 2006 Public launch
Brass 2 5Z71 April 2009 Faster and tidied up (renamed "cBlorb")
Chromoly 3 6E36 April 2010 Extended to release interpreters
Duralumin 4 *6Q13 4 February 2019 Unicode support (renamed "inblorb")
Duralumin 4 *6Q14 6 February 2019 Unicode support (renamed "inblorb")

View file

@ -7,8 +7,8 @@ Web Syntax Version: 2
Licence: Artistic License 2.0
Version Number: 4
Version Name: Didache
Build Number: 6Q13
Build Date: 4 February 2019
Build Number: 6Q14
Build Date: 6 February 2019
Import: foundation
@ -159,5 +159,6 @@ Chapter 4: Book Designs

View file

@ -2,4 +2,4 @@ Sync to inform7
Aquinas 1 3K27 April 2006 First Perl version
Bonaventure 2 5Z71 April 2009 Tidied up somewhat
Cranmer 3 6L02 May 2014 EPUB ebook generation support
Didache 4 *6Q13 4 February 2019 Ported to C with Unicode support
Didache 4 *6Q14 6 February 2019 Ported to C with Unicode support

View file

@ -166,13 +166,13 @@ INFORM6X = inform6/Tangled/inform6
.PHONY: all
all: tools srules
all: tools srules $(INTERNAL)/Languages/English/Syntax.preform
.PHONY: force
force: forcetools forcesrules
force: forcetools forcesrules $(INTERNAL)/Languages/English/Syntax.preform
# (Of course those four targets are yet to be defined.)
# (Of course those four phony targets are yet to be defined.)
# -----------------------------------------------------------------------------
# Target "makers"