Fix dpenedent packages for real latexmk is not from pypi and list in both places

This commit is contained in:
Lyn Perrine 2019-03-17 22:16:55 -07:00
parent 96891c33bb
commit e80aeaa132
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ Before starting, you need a few tools.
- `python3-sphinx`
- `texlive`
- `texlive-formats-extra`
- `latexmk`
- The following packages from PyPI:
- `sphinx_bootstrap_theme`

View File

@ -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 latexmk
sudo apt install python3-pip python3-sphinx latexmk texlive texlive-formats-extra arcanist && pip3 install sphinx_bootstrap_theme
```
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`.