aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlois Wohlschlager <alois1@gmx-topmail.de>2024-05-15 18:33:44 +0200
committeralois31 <alois1@gmx-topmail.de>2024-05-15 20:18:50 +0000
commitf6397cc286d97fec725af75ebdfe967b166f23e5 (patch)
tree398968dfccb26f34a03bf6b61c8a1f18b32bde5d /doc
parentf5828f2ee0e4cbbee2edce76a5205b01c48bf834 (diff)
doc: fix rl-next build
Use the correct directory for the rl-next build, so that the release notes actually get built and the page doesn't end up empty. I don't know why the exception didn't cause a build failure before. Fixes: https://git.lix.systems/lix-project/lix/issues/297 Change-Id: Ic72b9bb4c0d2d1f633f2af90cce4a3a2796d7f9b
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/release-notes/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/src/release-notes/meson.build b/doc/manual/src/release-notes/meson.build
index 87e74c248..a33798bc1 100644
--- a/doc/manual/src/release-notes/meson.build
+++ b/doc/manual/src/release-notes/meson.build
@@ -4,9 +4,9 @@ rl_next_generated = custom_target(
'-c',
'''
if type -p build-release-notes > /dev/null; then
- build-release-notes @CURRENT_SOURCE_DIR@
+ build-release-notes @CURRENT_SOURCE_DIR@/../../rl-next
fi
- @0@ @INPUT0@ @CURRENT_SOURCE_DIR@ > @DEPFILE@
+ @0@ @INPUT0@ @CURRENT_SOURCE_DIR@/../../rl-next > @DEPFILE@
'''.format(
python.full_path(),
),