-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.ini
More file actions
35 lines (29 loc) · 740 Bytes
/
Copy pathrules.ini
File metadata and controls
35 lines (29 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
;-- NB: the following rules are fragile:
[convert-svg-eps]
target = (.*)\.eps
source = \1.svg
cost = 0
rule = shell
command = /home/dcoeurjo/local/bin/svg2eps $source
message = converting $source to EPS
[convert-svg-pdf]
target = (.*)\.pdf
source = \1.svg
cost = 1
rule = shell
command = /home/dcoeurjo/local/bin/svg2pdf $source
message = converting $source to PDF
[convert-latexfig-ps]
target = (.*)\.ps
source = \1.latexfig
cost = 0
rule = shell
command = /home/dcoeurjo/local/bin/latexfig2ps $source
message = converting $source to PS
[convert-latexfig-pdf]
target = (.*)\.pdf
source = \1.latexfig
cost = 1
rule = shell
command = /home/dcoeurjo/local/bin/latexfig2pdf $source
message = converting $source to PDF [NOT WORKING !!!]