From: nishi Date: Tue, 18 Jun 2024 03:24:40 +0000 (+0000) Subject: do not delete readme.doc X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=5e351fa27d65bc02b0309039f6f6b297ef08b6ec;p=dataworks.git do not delete readme.doc git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@337 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- diff --git a/Makefiles/common.mk b/Makefiles/common.mk index a8ce9b0..ca54638 100644 --- a/Makefiles/common.mk +++ b/Makefiles/common.mk @@ -93,7 +93,6 @@ dos-installer: if [ ! "$(FORMAT)" = "NO" ]; then echo "del dw.exe" >> install-dosbox.conf ; fi if [ ! "$(FORMAT)" = "NO" ]; then echo "del dwserv.exe" >> install-dosbox.conf ; fi if [ ! "$(FORMAT)" = "NO" ]; then echo "del dwrcli.exe" >> install-dosbox.conf ; fi - if [ ! "$(FORMAT)" = "NO" ]; then echo "del readme.doc" >> install-dosbox.conf ; fi if [ ! "$(FORMAT)" = "NO" ]; then echo "c:" >> install-dosbox.conf ; fi if [ ! "$(FORMAT)" = "NO" ]; then echo "a:\lha s extract.lzh" >> install-dosbox.conf ; fi if [ ! "$(FORMAT)" = "NO" ]; then echo "a:" >> install-dosbox.conf ; fi