Remove readme files from choco package upon request of choco reviewer

This commit is contained in:
Thomas Jensen 2019-04-04 11:22:00 +02:00
parent 38f311569c
commit 859b94be2a

View File

@ -73,7 +73,7 @@ win32.package: win32
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
choco: tools/LICENSE.txt tools/boxes.cfg tools/boxes.exe tools/README.md tools/README.Win32.md
choco: tools/LICENSE.txt tools/boxes.cfg tools/boxes.exe
choco pack --version=$(BVERSION)
tools/LICENSE.txt: LICENSE
@ -85,12 +85,6 @@ tools/boxes.cfg: boxes-config
tools/boxes.exe: src/boxes.exe
cp src/boxes.exe tools/
tools/README.md: README.md
cp README.md tools/
tools/README.Win32.md: README.Win32.md
cp README.Win32.md tools/
src/boxes.exe: win32
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -