From 0e97639dc3c92777a97a9e1798af1117e321d3d9 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 17 Mar 2019 09:37:51 -0700 Subject: [PATCH] Add missing dependencies of latexmk to things needed to build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b4eab9d..04d4c0e0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The documentation is powered by [Sphinx](http://www.sphinx-doc.org/en/stable/) a Run the following command to install the needed dependencies: ``` -sudo apt install python3-pip python3-sphinx texlive texlive-formats-extra arcanist && pip3 install sphinx_bootstrap_theme +sudo apt install python3-pip python3-sphinx texlive texlive-formats-extra arcanist && pip3 install sphinx_bootstrap_theme latexmk ``` You can see the options for building the documentation by running `make help`. You can make the html version by running `make html`. You can make a pdf version of the lubuntu manual with `make latexpdf`. If you just want to check for warnings or errors building run `make dummy`.