Skip to content

Commit ac0604f

Browse files
committed
---
yaml --- r: 140422 b: refs/heads/try2 c: 9847428 h: refs/heads/master v: v3
1 parent 0716ce9 commit ac0604f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 4a4646fd54a85f78512e5f2d1d2cd253954d1ea4
8+
refs/heads/try2: 9847428acf91e313c9c742fc38c69546bcfc8b26
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/mk/docs.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ doc/rust.html: rust.md doc/version_info.html doc/rust.css doc/manual.css
5353
--include-before-body=doc/version_info.html \
5454
--output=$@
5555

56-
DOCS += doc/rust.pdf
56+
DOCS += doc/rust.tex
5757
doc/rust.tex: rust.md doc/version.md
5858
@$(call E, pandoc: $@)
5959
$(Q)$(CFG_NODE) $(S)doc/prep.js $< | \
@@ -139,6 +139,7 @@ doc/tutorial-tasks.html: tutorial-tasks.md doc/version_info.html doc/rust.css
139139
$(info cfg: lacking luatex, disabling pdflatex)
140140
else
141141

142+
DOCS += doc/rust.pdf
142143
doc/rust.pdf: doc/rust.tex
143144
@$(call E, pdflatex: $@)
144145
$(Q)$(CFG_PDFLATEX) \

0 commit comments

Comments
 (0)