aboutsummaryrefslogtreecommitdiffstats
path: root/build-scripts/make-distfiles
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-18 17:19:20 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-18 18:20:56 +0100
commit426b4ce8565e4f9143c122fd3afbcc22598fc6c4 (patch)
treef6871b378481cb421e317d13fad121f8dad31be2 /build-scripts/make-distfiles
parenteb20b4d0cbdf42abb675566608f16f9a65a61c05 (diff)
downloadqpdf-426b4ce8565e4f9143c122fd3afbcc22598fc6c4.tar.zst
Update documentation build/installation
Diffstat (limited to 'build-scripts/make-distfiles')
-rwxr-xr-xbuild-scripts/make-distfiles11
1 files changed, 0 insertions, 11 deletions
diff --git a/build-scripts/make-distfiles b/build-scripts/make-distfiles
deleted file mode 100755
index f30f4595..00000000
--- a/build-scripts/make-distfiles
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-cd $(dirname $0)/..
-set -ex
-sudo apt-get update
-sudo apt-get -y install \
- autoconf build-essential zlib1g-dev libjpeg-dev \
- 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