2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00
maintenance/talks/inra-toulouse-2019/rules.ini
Ludovic Courtès 79537699b2
talks: Add INRA talk.
* talks/inra-toulouse-2019: New directory.
2019-03-05 16:26:42 +01:00

9 lines
181 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