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
This commit is contained in:
parent
f5828f2ee0
commit
f6397cc286
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ rl_next_generated = custom_target(
|
||||||
'-c',
|
'-c',
|
||||||
'''
|
'''
|
||||||
if type -p build-release-notes > /dev/null; then
|
if type -p build-release-notes > /dev/null; then
|
||||||
build-release-notes @CURRENT_SOURCE_DIR@
|
build-release-notes @CURRENT_SOURCE_DIR@/../../rl-next
|
||||||
fi
|
fi
|
||||||
@0@ @INPUT0@ @CURRENT_SOURCE_DIR@ > @DEPFILE@
|
@0@ @INPUT0@ @CURRENT_SOURCE_DIR@/../../rl-next > @DEPFILE@
|
||||||
'''.format(
|
'''.format(
|
||||||
python.full_path(),
|
python.full_path(),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue