use csv instead of xlsx
This commit is contained in:
10
Makefile
10
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user