Hello,

My Automake 1.10 documentation states:

By default, Automake requires the file `texinfo.tex' to appear in the same directory as the Texinfo source (this can be changed using the `TEXINFO_TEX' variable, see below)

I wanted to try having one central Makefile.am, in accordance to "Recursive Make considered harmful". However, when writing
   info_TEXINFOS = doc/xyz.text
and running automake, I get the error "required file './texinfo.tex' not found.

I consider this behaviour as contradiction to the above cited documentation, since the texinfo.tex file is searched not in the directory, where the texinfo source is, but where the Makefile.am is.

   Със здраве,
      Дилян


Reply via email to