Nick wrote:
> Rusi wrote:
> > $ makeinfo --version
> > makeinfo (GNU texinfo) 5.2
> >
> > Is yours the same?
> >

> No, mine is 4.13 - apparently before the perl switcheroo.

And doc/Makefile has:

%.pdf:        LC_ALL=C    # work around a bug in texi2dvi
%.pdf:        LANG=C        # work around a bug in texi2dvi
%.pdf:        %.texi org-version.inc
    $(TEXI2PDF) $<

Commenting out the LC/LANG lines makes the perl warning go away

Generation is still a problem
Works from command line texi2dvi
Fails with make doc

In short texi2dvi works texi2pdf fails

Reply via email to