Skip to content

Commit

Permalink
bin/gen-eclass-html.sh: Use intra-document link targets
Browse files Browse the repository at this point in the history
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
  • Loading branch information
ulm committed Oct 29, 2024
1 parent f9abc1d commit 466211e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gen-eclass-html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ if [[ -z ${NOMAN} ]]; then
<ul class="list-group">
EOF
for i in $(find "${OUTPUTDIR}" -maxdepth 1 -mindepth 1 -type d | sort); do
echo "<li><uri link=\"$(basename $i)/index.html\">$(basename $i)</uri></li>" \
echo "<li><uri link=\"::eclass-reference/$(basename $i)/\"/></li>" \
>> "${OUTPUTDIR}"/text.xml || exit 1
done
cat <<- 'EOF' >> "${OUTPUTDIR}"/text.xml || exit 1
Expand Down

0 comments on commit 466211e

Please sign in to comment.