aboutsummaryrefslogtreecommitdiff
path: root/meson-dist-script
diff options
context:
space:
mode:
Diffstat (limited to 'meson-dist-script')
-rw-r--r--meson-dist-script6
1 files changed, 4 insertions, 2 deletions
diff --git a/meson-dist-script b/meson-dist-script
index 105d3a544..382681978 100644
--- a/meson-dist-script
+++ b/meson-dist-script
@@ -9,10 +9,12 @@ then
9 echo "Handbook not found, did you run bootstrap? Trying to compile now..." 9 echo "Handbook not found, did you run bootstrap? Trying to compile now..."
10 cd "${MESON_DIST_ROOT}" 10 cd "${MESON_DIST_ROOT}"
11 . ./scripts/sphinx_update.sh || exit 1 11 . ./scripts/sphinx_update.sh || exit 1
12 rm -rf ${MESON_DIST_ROOT}/contrib/handbook/_build
12else 13else
13 cp -r ${HANDBOOK_BOOTSTRAP}/html ${MESON_DIST_ROOT}/handbook/ || exit 1 14 cp -r ${HANDBOOK_BOOTSTRAP}/html ${MESON_DIST_ROOT}/handbook/ || exit 1
14 cp -r ${HANDBOOK_BOOTSTRAP}/texinfo ${MESON_DIST_ROOT}/handbook/ || exit 1 15 cp -r ${HANDBOOK_BOOTSTRAP}/texinfo ${MESON_DIST_ROOT}/handbook/ || exit 1
15fi 16fi
16 17
17# Remove contrib handbook build before dist 18# Do not dist old handbook
18rm -rf ${HANDBOOK_BOOTSTRAP} 19rm -rf ${MESON_DIST_ROOT}/doc/old
20