1
0

use csv instead of xlsx

This commit is contained in:
Ninjananas
2025-05-25 18:32:59 +02:00
parent a04cf4d0cb
commit 82ec5b5fb3
6 changed files with 1860 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
common_deps := src/deck.rb data/cards.xlsx ._graphics_copy_touch ._graphics_extract_touch config.yml ._layouts/poker.yml
common_deps := src/deck.rb data/cards.csv ._graphics_copy_touch ._graphics_extract_touch config.yml ._layouts/poker.yml
pnp := _output/pnp_A4.pdf
debug := _output/debug.pdf
@@ -30,16 +30,16 @@ clean:
$(pnp): $(common_deps)
rake pnp
bundle exec rake pnp
$(debug): $(common_deps)
rake debug
bundle exec rake debug
$(showcase): $(common_deps)
rake showcase
bundle exec rake showcase
$(full): $(common_deps)
rake full
bundle exec rake full
._graphics_extract_touch: $(wildcard graphics/bundled/*)
@ mkdir -p ._graphics