spellblade/default.epub.do
Christine Dodrill b7434d1894 use redo
Signed-off-by: Christine Dodrill <me@christine.website>
2021-04-23 14:22:52 -04:00

11 lines
274 B
Plaintext

DEPS="$(ls ./src/**/*.md | grep -v plans)"
redo-ifchange $DEPS ./src/style.css ./src/pagebreak.lua ./src/title.txt
pandoc \
-o $3 \
--resource-path=./src \
--css ./src/style.css \
--lua-filter ./src/pagebreak.lua \
--to epub \
./src/title.txt $DEPS