maintenance/talks/fosdem-2021/declaratively/rules.ini

18 lines
336 B
INI

;; Rules for Rubber.
[dot-pdf]
target = (.*)\.pdf
source = \1.dot
rule = shell
cost = 0
command = dot -Tpdf -Gratio=.78 -o $target $source
message = rendering $source into $target
[svg-pdf]
target = (.*)\.pdf
source = \1.svg
rule = shell
cost = 0
command = inkscape --export-pdf=$target $source
message = rendering $source to $target