mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-03-10 12:18:15 +01:00
Remove readme files from choco package upon request of choco reviewer
This commit is contained in:
parent
38f311569c
commit
859b94be2a
8
Makefile
8
Makefile
@ -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
|
||||
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
Loading…
Reference in New Issue
Block a user