aboutsummaryrefslogtreecommitdiffstats
path: root/build-scripts/make-distfiles
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-11 23:16:05 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-13 17:16:21 +0100
commita372a988fdcdf84c8ba2e47f021802fc3ffb9089 (patch)
treece884fdcafc4883803a51f454af797bc43844575 /build-scripts/make-distfiles
parentabb6a16ed16b6137b829bc88a6f2b8b3b6c8cf35 (diff)
downloadqpdf-a372a988fdcdf84c8ba2e47f021802fc3ffb9089.tar.zst
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.
Diffstat (limited to 'build-scripts/make-distfiles')
-rwxr-xr-xbuild-scripts/make-distfiles3
1 files changed, 2 insertions, 1 deletions
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