Skip to content

Commit 0a388cd

Browse files
committed
fixed paths
1 parent f9113a1 commit 0a388cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lessons/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pagedjs: FORCE
1616
-timeout --foreground -s 9 10 pagedjs-cli -i index.html -o pagedjs.pdf
1717

1818
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
2020

2121
vivliostyle:FORCE
2222
-vivliostyle build --output vivliostyle.pdf index.html

lessons/lesson-archive-pdf/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ weasyprint:
1313
weasyprint --pdf-variant pdf/a-3b index.html weasyprint.pdf
1414

1515
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
1717

1818
bfo:
1919
bfo.sh --output bfo.pdf --env-bfo-pdf-profile 'pdf/a-3a' index.html

lessons/lesson-metadata-pdfua/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ pagedjs:
1919
timeout --foreground -s 9 10 pagedjs-cli index.html -o pagedjs.pdf
2020

2121
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
2323

0 commit comments

Comments
 (0)