Skip to content

Commit 32bbf27

Browse files
Fix build requirement
FossilOrigin-Name: 56ee1a3aaf72cefb6c2ec2c014b2aef4bd03b74b242ac494429b35d309f3b23d
1 parent 911aec2 commit 32bbf27

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file is part of Solo Forth
44
# http://programandala.net/en.program.solo_forth.html
55

6-
# Last modified: 202003011940.
6+
# Last modified: 202003032156.
77
# See change log at the end of the file.
88

99
# ==============================================================
@@ -869,6 +869,7 @@ tmp/doc.gplusdos.manual.adoc: \
869869
tmp/doc.z80_instructions.linked.adoc \
870870
src/doc/glossary_heading.adoc \
871871
tmp/doc.gplusdos.glossary.adoc \
872+
tmp/doc.gplusdos.exception_codes.adoc \
872873
tmp/doc.README.linked.adoc
873874
cat \
874875
tmp/doc.manual_skeleton.linked.adoc \
@@ -942,6 +943,7 @@ tmp/doc.plus3dos.manual.adoc: \
942943
tmp/doc.z80_instructions.linked.adoc \
943944
src/doc/glossary_heading.adoc \
944945
tmp/doc.plus3dos.glossary.adoc \
946+
tmp/doc.plus3dos.exception_codes.adoc \
945947
tmp/doc.README.linked.adoc
946948
cat \
947949
tmp/doc.manual_skeleton.linked.adoc \
@@ -1015,6 +1017,7 @@ tmp/doc.trdos.manual.adoc: \
10151017
tmp/doc.z80_instructions.linked.adoc \
10161018
src/doc/glossary_heading.adoc \
10171019
tmp/doc.trdos.glossary.adoc \
1020+
tmp/doc.trdos.exception_codes.adoc \
10181021
tmp/doc.README.linked.adoc
10191022
cat \
10201023
tmp/doc.manual_skeleton.linked.adoc \
@@ -1331,6 +1334,8 @@ oldbackup:
13311334
#
13321335
# 2020-03-01: Build EPUB also with asciidoctor-epub3. Fix prerequites: README
13331336
# and manual skeleton.
1337+
#
1338+
# 2020-03-03: Fix prerequisite: exceptions file.
13341339

13351340
# ==============================================================
13361341

0 commit comments

Comments
 (0)