How create output from ldint.texi ?
Nick Clifton
nickc@redhat.com
Fri Feb 17 11:24:49 GMT 2023
Hi Ulf,
> How is it possible to create a PDF file from this file.
By running a command something like this:
TEXINPUTS="/work/sources/binutils/upstream/current/ld/../texinfo:$TEXINPUTS" \
MAKEINFO='/bin/sh /work/sources/binutils/upstream/current/missing makeinfo -I /work/sources/binutils/upstream/current/ld -I
/work/sources/binutils/upstream/current/ld/../bfd/doc -I ../bfd/doc -I /work/sources/binutils/upstream/current/ld/../libiberty --no-split -I
/work/sources/binutils/upstream/current/ld' \
texi2dvi -I /work/sources/binutils/upstream/current/ld -I /work/sources/binutils/upstream/current/ld/../bfd/doc -I ../bfd/doc -I
/work/sources/binutils/upstream/current/ld/../libiberty --pdf --batch --build-dir=ldint.t2p -o ldint.pdf /work/sources/binutils/upstream/current/ld/ldint.texi
I basically captured the output from running "make ld.pdf"
and tweaked it so that it would create the ldint.pdf document
instead.
> It seems to be disabled in the ld/Makefile.am
>
> noinst_TEXINFOS = ldint.texi
>
> No ldint.info to be found in the tree after the build
This appears to be a bug in the automake program. The noinst_
prefix is meant to stop installation, but not building...
Cheers
Nick
More information about the Binutils
mailing list