@@ -48,7 +48,7 @@ doc/rust.html: rust.md doc/version_info.html doc/rust.css doc/manual.css
48
48
--standalone --toc \
49
49
--section-divs \
50
50
--number-sections \
51
- --from =markdown --to=html \
51
+ --from =markdown --to=html5 \
52
52
--css=rust.css \
53
53
--css=manual.css \
54
54
--include-before-body=doc/version_info.html \
@@ -73,7 +73,7 @@ doc/rustpkg.html: rustpkg.md doc/version_info.html doc/rust.css doc/manual.css
73
73
--standalone --toc \
74
74
--section-divs \
75
75
--number-sections \
76
- --from =markdown --to=html \
76
+ --from =markdown --to=html5 \
77
77
--css=rust.css \
78
78
--css=manual.css \
79
79
--include-before-body=doc/version_info.html \
@@ -85,7 +85,7 @@ doc/tutorial.html: tutorial.md doc/version_info.html doc/rust.css
85
85
$(Q )$(CFG_NODE ) $(S ) doc/prep.js --highlight $< | \
86
86
$(CFG_PANDOC) --standalone --toc \
87
87
--section-divs --number-sections \
88
- --from =markdown --to=html --css=rust.css \
88
+ --from =markdown --to=html5 --css=rust.css \
89
89
--include-before-body=doc/version_info.html \
90
90
--output=$@
91
91
@@ -95,7 +95,7 @@ doc/l10n/ja/tutorial.html: doc/l10n/ja/tutorial.md doc/version_info.html doc/rus
95
95
$(Q )$(CFG_NODE ) $(S ) doc/prep.js --highlight doc/l10n/ja/tutorial.md | \
96
96
$(CFG_PANDOC) --standalone --toc \
97
97
--section-divs --number-sections \
98
- --from =markdown --to=html --css=../../rust.css \
98
+ --from =markdown --to=html5 --css=../../rust.css \
99
99
--include-before-body=doc/version_info.html \
100
100
--output=$@
101
101
@@ -106,7 +106,7 @@ doc/tutorial-macros.html: tutorial-macros.md doc/version_info.html \
106
106
$(Q )$(CFG_NODE ) $(S ) doc/prep.js --highlight $< | \
107
107
$(CFG_PANDOC) --standalone --toc \
108
108
--section-divs --number-sections \
109
- --from =markdown --to=html --css=rust.css \
109
+ --from =markdown --to=html5 --css=rust.css \
110
110
--include-before-body=doc/version_info.html \
111
111
--output=$@
112
112
@@ -116,7 +116,7 @@ doc/tutorial-container.html: tutorial-container.md doc/version_info.html doc/rus
116
116
$(Q )$(CFG_NODE ) $(S ) doc/prep.js --highlight $< | \
117
117
$(CFG_PANDOC) --standalone --toc \
118
118
--section-divs --number-sections \
119
- --from =markdown --to=html --css=rust.css \
119
+ --from =markdown --to=html5 --css=rust.css \
120
120
--include-before-body=doc/version_info.html \
121
121
--output=$@
122
122
@@ -126,7 +126,7 @@ doc/tutorial-ffi.html: tutorial-ffi.md doc/version_info.html doc/rust.css
126
126
$(Q )$(CFG_NODE ) $(S ) doc/prep.js --highlight $< | \
127
127
$(CFG_PANDOC) --standalone --toc \
128
128
--section-divs --number-sections \
129
- --from =markdown --to=html --css=rust.css \
129
+ --from =markdown --to=html5 --css=rust.css \
130
130
--include-before-body=doc/version_info.html \
131
131
--output=$@
132
132
@@ -136,7 +136,7 @@ doc/tutorial-borrowed-ptr.html: tutorial-borrowed-ptr.md doc/version_info.html d
136
136
$(Q )$(CFG_NODE ) $(S ) doc/prep.js --highlight $< | \
137
137
$(CFG_PANDOC) --standalone --toc \
138
138
--section-divs --number-sections \
139
- --from =markdown --to=html --css=rust.css \
139
+ --from =markdown --to=html5 --css=rust.css \
140
140
--include-before-body=doc/version_info.html \
141
141
--output=$@
142
142
@@ -146,7 +146,7 @@ doc/tutorial-tasks.html: tutorial-tasks.md doc/version_info.html doc/rust.css
146
146
$(Q )$(CFG_NODE ) $(S ) doc/prep.js --highlight $< | \
147
147
$(CFG_PANDOC) --standalone --toc \
148
148
--section-divs --number-sections \
149
- --from =markdown --to=html --css=rust.css \
149
+ --from =markdown --to=html5 --css=rust.css \
150
150
--include-before-body=doc/version_info.html \
151
151
--output=$@
152
152
@@ -156,7 +156,7 @@ doc/tutorial-conditions.html: tutorial-conditions.md doc/version_info.html doc/r
156
156
$(Q )$(CFG_NODE ) $(S ) doc/prep.js --highlight $< | \
157
157
$(CFG_PANDOC) --standalone --toc \
158
158
--section-divs --number-sections \
159
- --from =markdown --to=html --css=rust.css \
159
+ --from =markdown --to=html5 --css=rust.css \
160
160
--include-before-body=doc/version_info.html \
161
161
--output=$@
162
162
@@ -166,7 +166,7 @@ doc/tutorial-rustpkg.html: tutorial-rustpkg.md doc/version_info.html doc/rust.cs
166
166
$(Q )$(CFG_NODE ) $(S ) doc/prep.js --highlight $< | \
167
167
$(CFG_PANDOC) --standalone --toc \
168
168
--section-divs --number-sections \
169
- --from =markdown --to=html --css=rust.css \
169
+ --from =markdown --to=html5 --css=rust.css \
170
170
--include-before-body=doc/version_info.html \
171
171
--output=$@
172
172
0 commit comments