b7434d1894
Signed-off-by: Christine Dodrill <me@christine.website>
11 lines
274 B
Plaintext
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 |