>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:

This part of the patch is wrong:

 > +  # Get the name of the current directory.
 > +  filename_dir=`func_dirname "$command_line_filename"`
 > +  # In a clean build, we `cd', so get an absolute file name.
 > +  case $tidy in
 > +    true)  filename_dir=`cd "$filename_dir" >&6 && pwd` ;;
 > +    false) filename_dir=. ;;
 > +  esac

One has to remove the `false)' alternative otherwise texi2dvi
relative/path/to/file obviously fails :(



_______________________________________________
Texinfo home page: http://www.gnu.org/software/texinfo/
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-texinfo

Reply via email to