PDF build support >= Sphinx 1.6.1

On Dependencies in Sphinx "Release 1.6.1"
(link: http://www.sphinx-doc.org/en/stable/changes.html ),
latexmk is needed to build PDF files.

This patch specifies latexmk package in bindep.txt
not to fail PDF builds.

Change-Id: I858b63f00c12b66247346c42451d3fd37df19702
This commit is contained in:
Ian Y. Choi 2017-06-01 23:31:07 +00:00
parent 3d4e8cefe9
commit 303b5bd1b9
1 changed files with 1 additions and 0 deletions

View File

@ -20,3 +20,4 @@ texlive-latex-base [platform:dpkg]
texlive-latex-extra [platform:dpkg]
texlive-xetex [platform:dpkg]
texlive-fonts-recommended [platform:dpkg]
latexmk [platform:dpkg]