Gavin Smith wrote:
If you don't know where to copy the file, then putting it in the
same directory as your main Texinfo input file should work.

This is good advice if you distribute Texinfo manuals, especially if your manuals rely on the latest features in texinfo.tex.

If you use Automake at the top-level directory (as DejaGnu does) and have a manual in doc/, you will need to set TEXINFO_TEX=doc/texinfo.tex and add doc/texinfo.tex to EXTRA_DIST in your Makefile.am, or at least this is what was needed for DejaGnu.

I think Automake defaults will work if you use SUBDIRS and recursive make.


-- Jacob


Reply via email to