File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install:
22
22
before_script :
23
23
- sudo fmtutil-sys --byfmt lualatex
24
24
- cp trpl_meta.yml trpl-ebook/
25
- - echo "pub const RELEASE_DATE : &'static str = \"`date +%F`\"; " | cat - options.rs.template > options.rs
25
+ - " echo \ " pub const RELEASE_DATE: &'static str = \\\ " `date +%F`\\\" ; \ " | cat - options.rs.template > options.rs"
26
26
- cp options.rs trpl-ebook/src/convert_book/
27
27
- rm -rf trpl-ebook/trpl
28
28
- cp -r the-rust-programming-language-ja/1.9/ja/book trpl-ebook/trpl
Original file line number Diff line number Diff line change 1
-
2
-
3
1
pub const MARKDOWN: &'static str = "markdown+grid_tables+pipe_tables-simple_tables+raw_html+implicit_figures+footnotes+intraword_underscores+auto_identifiers-inline_code_attributes";
4
2
5
3
pub const HTML: &'static str = "--smart --normalize --standalone --self-contained --highlight-style=tango --table-of-contents --section-divs --template=lib/template.html --css=lib/pandoc.css --to=html5";
You can’t perform that action at this time.
0 commit comments