File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 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
12091209tmp/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
You can’t perform that action at this time.
0 commit comments