mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
The load-module routine tries to interpret relative paths relative to
the module currently being loaded (i.e., make-texinfo.scm itself), resulting in confusing behavior for offset builds. So, don't use them. * doc/ref/Makefile.am ($(snarf_doc).texi): Use an absolute path for the input file.
This commit is contained in:
parent
d332d84610
commit
87bc7c8165
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ include standard-library.am
|
||||||
$(snarf_doc).texi: $(standard_library_scm_files)
|
$(snarf_doc).texi: $(standard_library_scm_files)
|
||||||
GUILE_AUTO_COMPILE=0 \
|
GUILE_AUTO_COMPILE=0 \
|
||||||
"$(preinstguile)" "$(srcdir)/make-texinfo.scm" \
|
"$(preinstguile)" "$(srcdir)/make-texinfo.scm" \
|
||||||
"$(srcdir)/$(snarf_doc).scm" > "$@.tmp"
|
"$(abs_srcdir)/$(snarf_doc).scm" > "$@.tmp"
|
||||||
mv "$@.tmp" "$@"
|
mv "$@.tmp" "$@"
|
||||||
|
|
||||||
CLEANFILES += $(snarf_doc).texi
|
CLEANFILES += $(snarf_doc).texi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue