public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* How create output from ldint.texi ?
@ 2023-02-16 11:14 Ulf Samuelsson
  2023-02-17 11:24 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Ulf Samuelsson @ 2023-02-16 11:14 UTC (permalink / raw)
  To: Binutils

How is it possible to create a PDF file from this file.

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


Best Regards
Ulf Samuelsson



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How create output from ldint.texi ?
  2023-02-16 11:14 How create output from ldint.texi ? Ulf Samuelsson
@ 2023-02-17 11:24 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2023-02-17 11:24 UTC (permalink / raw)
  To: Ulf Samuelsson, Binutils

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-17 11:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16 11:14 How create output from ldint.texi ? Ulf Samuelsson
2023-02-17 11:24 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).