Skip to content

Commit

Permalink
fix for out-of-source-tree builds
Browse files Browse the repository at this point in the history
  • Loading branch information
f18m committed Oct 31, 2023
1 parent aa78d96 commit 87fd0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile.am
Expand Up @@ -63,7 +63,7 @@ dist-hook : $(MAN_DOC) $(HTML_DOC)
# the following Bash snippet is used to automatically generate an alphabetical list included by index.adoc:
__pagelist:
echo >__pagelist
for adocfile in $$(ls *.adoc); do \
for adocfile in $(ASCIIDOC_DOC); do \
if [ "$${adocfile}" != "index.adoc" ]; then \
noext=$${adocfile//.adoc/}; \
echo "* xref:$${adocfile}[$${noext}]" >> __pagelist; \
Expand Down

0 comments on commit 87fd0af

Please sign in to comment.