File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
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: 202011212146 .
6+ # Last modified: 202011212238 .
77# See change log at the end of the file.
88
99# ==============================================================
@@ -209,13 +209,11 @@ cleantrdosdisks:
209209
210210.PHONY : cleantmp
211211cleantmp :
212- -rm -f tmp/[a-zA-Z0-9_]*
213- # Note: The file <tmp/.gitignore> must be preserved;
214- # that's why the wildcard is used.
212+ rm -f tmp/*
215213
216214.PHONY : cleandoc
217215cleandoc :
218- - rm -f doc/* tmp/doc.*
216+ rm -f doc/* tmp/doc.*
219217
220218.PHONY : doc
221219doc : gplusdosdoc plus3dosdoc trdosdoc
@@ -1677,7 +1675,7 @@ include Makefile.cover_image
16771675# 2020-11-21: Simplify the interface rules to build the cover images. Add a
16781676# rule to build the thumb cover images. Remove the EPUB built by dbtoepub from
16791677# the release files. Complete the source zip archive with all files and
1680- # directories needed to build the target files.
1678+ # directories needed to build the target files. Simplify two cleaning receipts.
16811679
16821680# ==============================================================
16831681
You can’t perform that action at this time.
0 commit comments