Skip to content

Commit 77fe8b0

Browse files
Complete the source release zip archive
FossilOrigin-Name: 6b82474d8d25fb65dd45dcc60bfe31b4fdc6e74f57fdcaf88d7bfe5b1c2e9b74
1 parent bdc111b commit 77fe8b0

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

Makefile

Lines changed: 19 additions & 3 deletions
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: 202011211954.
6+
# Last modified: 202011212146.
77
# See change log at the end of the file.
88

99
# ==============================================================
@@ -1207,7 +1207,22 @@ srczip: tmp/solo_forth_$(release)_src.zip
12071207
# Source release archive {{{2
12081208

12091209
tmp/solo_forth_$(release)_src.zip: \
1210-
Makefile src/ bin/ make/ tools/ vim/ tmp/.gitignore
1210+
*.adoc \
1211+
LICENSE.txt \
1212+
Makefile* \
1213+
backgrounds/ \
1214+
bin/ \
1215+
disks/.gitignore \
1216+
disks/gplusdos/.gitignore \
1217+
disks/plus3dos/.gitignore \
1218+
disks/trdos/.gitignore \
1219+
doc/.gitignore \
1220+
make/ \
1221+
screenshots/ \
1222+
src/ \
1223+
tmp/.gitignore \
1224+
tools/ \
1225+
vim/
12111226
cd .. ; \
12121227
ln -sfn solo_forth solo_forth_$(release) ; \
12131228
zip -9r \
@@ -1661,7 +1676,8 @@ include Makefile.cover_image
16611676
#
16621677
# 2020-11-21: Simplify the interface rules to build the cover images. Add a
16631678
# rule to build the thumb cover images. Remove the EPUB built by dbtoepub from
1664-
# the release files.
1679+
# the release files. Complete the source zip archive with all files and
1680+
# directories needed to build the target files.
16651681

16661682
# ==============================================================
16671683

0 commit comments

Comments
 (0)