From f6397cc286d97fec725af75ebdfe967b166f23e5 Mon Sep 17 00:00:00 2001 From: Alois Wohlschlager Date: Wed, 15 May 2024 18:33:44 +0200 Subject: [PATCH] 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 --- doc/manual/src/release-notes/meson.build | 4 ++-- 1 file 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(), ),