aboutsummaryrefslogtreecommitdiff
path: root/meson-dist-script
diff options
context:
space:
mode:
Diffstat (limited to 'meson-dist-script')
-rw-r--r--meson-dist-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson-dist-script b/meson-dist-script
index dbc3e0ba8..fb328af9b 100644
--- a/meson-dist-script
+++ b/meson-dist-script
@@ -13,7 +13,7 @@ cd "${MESON_DIST_ROOT}"
13echo "Updating handbook..." 13echo "Updating handbook..."
14if existence sphinx-build; then 14if existence sphinx-build; then
15 cwd=$PWD 15 cwd=$PWD
16 cd contrib/sphinx || exit 1 16 cd src/handbook || exit 1
17 if test -e _build; then 17 if test -e _build; then
18 make clean 18 make clean
19 fi 19 fi