summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-07 19:29:04 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-07 19:29:04 +0200
commit8c9d5d61353c75aa908b27e5edccc3e6bafdc54e (patch)
treee5ad8c65f8b4cc31b9a8dd02e805dd85460819d1 /contrib
parent370ee3a417c2260441b4497754e9d5f6c6ea065b (diff)
downloadexchange-8c9d5d61353c75aa908b27e5edccc3e6bafdc54e.tar.gz
exchange-8c9d5d61353c75aa908b27e5edccc3e6bafdc54e.tar.bz2
exchange-8c9d5d61353c75aa908b27e5edccc3e6bafdc54e.zip
document required packages
Diffstat (limited to 'contrib')
-rw-r--r--contrib/pp/README2
-rw-r--r--contrib/tos/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pp/README b/contrib/pp/README
index e03b8a059..17a17c584 100644
--- a/contrib/pp/README
+++ b/contrib/pp/README
@@ -9,7 +9,7 @@ Generating a new Privacy Policy requires Sphinx, LaTeX with babel
packages for all supported languages. On Debian, you should
at least install:
-$ apt install python3-sphinx sphinx-intl texlive-lang-german texlive-lang-english
+$ apt install python3-sphinx sphinx-intl texlive-lang-german texlive-lang-english latexmk texlive-latex-recommended texlive-latex-extra
(NOTE: List may be incomplete.)
diff --git a/contrib/tos/README b/contrib/tos/README
index fde5305b6..dd78024cb 100644
--- a/contrib/tos/README
+++ b/contrib/tos/README
@@ -9,7 +9,7 @@ Generating new Terms of Service requires Sphinx, LaTeX with babel
packages for all supported languages. On Debian, you should
at least install:
-$ apt install python3-sphinx sphinx-intl texlive-lang-german texlive-lang-english
+$ apt install python3-sphinx sphinx-intl texlive-lang-german texlive-lang-english latexmk texlive-latex-recommended texlive-latex-extra
(NOTE: List may be incomplete.)