From 5e351fa27d65bc02b0309039f6f6b297ef08b6ec Mon Sep 17 00:00:00 2001 From: nishi Date: Tue, 18 Jun 2024 03:24:40 +0000 Subject: [PATCH] do not delete readme.doc git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@337 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- Makefiles/common.mk | 1 - 1 file changed, 1 deletion(-) 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 -- 2.43.0