On Ubuntu 16.04 the latexpdf target failed for me until I installed latexmk
Signed-off-by: Bill Mills <[email protected]> --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c53ab3f..f20ddbf 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,8 @@ On Debian and Ubuntu :: # apt-get install python-sphinx texlive texlive-latex-extra libalgorithm-diff-perl \ - texlive-humanities texlive-generic-recommended texlive-generic-extra + texlive-humanities texlive-generic-recommended texlive-generic-extra \ + latexmk If the version of python-sphinx installed is too old, then an additional new version can be installed with the Python package installer:: -- 2.7.4 _______________________________________________ boot-architecture mailing list [email protected] https://lists.linaro.org/mailman/listinfo/boot-architecture
