This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.orgHello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/4914
to look at the new patch set (#2).
install doc: add asciidoc-dblatex dep
On debian 9, apparently asciidoc-dblatex needs to be installed manually in
order to be able to generate PDFs. Add asciidoc-dblatex dep to INSTALL.txt.
Change-Id: I24b606016e7f1c03bd73a3b0cf4fa3e5b89eb192
---
M INSTALL.txt
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/14/4914/2
diff --git a/INSTALL.txt b/INSTALL.txt
index 2669c0c..c06248a 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -3,6 +3,7 @@
apt-get install \
make \
asciidoc \
+ asciidoc-dblatex \
xsltproc \
dblatex \
mscgen \
@@ -10,6 +11,8 @@
python-pychart \
python-nwdiag
+(Note that asciidoc-dblatex is required from debian 9 on and did not exist before.)
+
Build PDFs, run:
make
or for a parallel build using more CPU cores:
--
To view, visit https://gerrit.osmocom.org/4914
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I24b606016e7f1c03bd73a3b0cf4fa3e5b89eb192
Gerrit-PatchSet: 2
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder