URL:
  <http://savannah.gnu.org/bugs/?35395>

                 Summary: bad picture path with --html and --without
--no-split
                 Project: texinfo - GNU documentation system
            Submitted by: vincentb1
            Submitted on: dim. 29 janv. 2012 19:32:30 GMT
                Category: makeinfo
                 Release: texi2any CVS depo
                Priority: 5 - Normal
                Severity: 3 - Normal
              Item Group: bug
                 Privacy: Public
             Open/Closed: Open
             Assigned to: None
         Discussion Lock: Any
                  Status: None

    _______________________________________________________

Details:

Hello Patrice,

Karl wrote to me that texi2any now works fine for HTML output. I have noticed
the following issue with the version on CVS depo:

when I compile with option --html some file fr.texi, with current directory
/some/dir/, then all the files are placed under some/dir/fr. Now fr.texi
contains some macro @image{img/somepicture}, and I have the somepicture.png
file in /some/dir/img/somepicture.png

Now, I get some html output /some/dir/fr/someoutput.html that contains <img
src="img/somepicture.png ... />, this is incorrect because there is no picture
/some/dir/fr/img/somepicture.png, so texi2any should have generated <img
src="../img/somepicture.png ... /> instead.

So, if I use --no-split, that works fine, because in that case I get a single
file /some/dir/fr.html.

BR,
   Vincent.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35395>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/


Reply via email to