Re: Extending makefile to pdf and html output

Heime <[email protected]> Sat, 25 Apr 2026 13:03:25 +0000
Newsgroups gmane.comp.tex.texinfo.general
Message-ID <ASsEa5Sf2ZbwHEJBekitf82GvBUlmbRV5E_uKFZDQ4N-UY5VLniy09x6k04cdVp2ZhkdiUxmP9cgsQ9TeDZgoz8g2fiwbI4TRsqgsCO1xMU=@protonmail.com>
On Saturday, April 25th, 2026 at 7:40 PM, Eli Zaretskii <[email protected]> wrot=
e:

> > Date: Sat, 25 Apr 2026 00:09:07 +0000
> > From: Heime <[email protected]>
> >
> > I want to add the production of pdf and html.  How would one
> > change this makefile?
>=20
> You can see how this is done forEmacs by looking into the
> subdirectories of the doc/ directory in the Emacs source tree.  For
> example, in doc/emacs/.

I can see that you specify all the .texi source files.  I am using
rule where I do not specify the files.  What is the reason for doing
so, and I do the same?

$(trgdir)/%.info: $(srcdir)/%.texi
=20
Also noticed you use texi2pdf.  makeinfo should be the same as=20
texi2any, why is texi2pdf preferred?  I was going to use makeinfo=20
to do everything.