From a372a988fdcdf84c8ba2e47f021802fc3ffb9089 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 11 Dec 2021 17:16:05 -0500 Subject: Switch build from docbook manual to sphinx Also remove linearization from qpdf-manual.pdf. It's a small file, and removing the dependency on the qpdf executable significantly shortens build times. --- build-scripts/make-distfiles | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build-scripts/make-distfiles') diff --git a/build-scripts/make-distfiles b/build-scripts/make-distfiles index 26ef161d..f30f4595 100755 --- a/build-scripts/make-distfiles +++ b/build-scripts/make-distfiles @@ -4,7 +4,8 @@ set -ex sudo apt-get update sudo apt-get -y install \ autoconf build-essential zlib1g-dev libjpeg-dev \ - docbook-xsl fop xsltproc libxml2-utils inkscape imagemagick + python3-pip texlive-latex-extra latexmk inkscape imagemagick +pip3 install sphinx ./configure --enable-doc-maintenance make -j$(nproc) distfiles.zip build-scripts/download-external-libs -- cgit v1.2.3-54-g00ecf