File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pagedjs: FORCE
16
16
-timeout --foreground -s 9 10 pagedjs-cli -i index.html -o pagedjs.pdf
17
17
18
18
typeset.sh : FORCE
19
- -typeset.sh .phar render:html --allow-local /home -rx index.html typeset.pdf
19
+ -typesetsh .phar render:html --allow-local /home -rx index.html typeset.pdf
20
20
21
21
vivliostyle :FORCE
22
22
-vivliostyle build --output vivliostyle.pdf index.html
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ weasyprint:
13
13
weasyprint --pdf-variant pdf/a-3b index.html weasyprint.pdf
14
14
15
15
typeset.sh :
16
- -typeset.sh .phar render:html --profile ' PDF/A-1b' --allow-local /home -rx index.html typeset.pdf
16
+ -typesetsh .phar render:html --profile ' PDF/A-1b' --allow-local /home -rx index.html typeset.pdf
17
17
18
18
bfo :
19
19
bfo.sh --output bfo.pdf --env-bfo-pdf-profile ' pdf/a-3a' index.html
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ pagedjs:
19
19
timeout --foreground -s 9 10 pagedjs-cli index.html -o pagedjs.pdf
20
20
21
21
typeset.sh :
22
- typeset.sh .phar render:html --allow-local / -rx index.html typeset.pdf
22
+ typesetsh .phar render:html --allow-local / -rx index.html typeset.pdf
23
23
You can’t perform that action at this time.
0 commit comments