[FFmpeg-trac] #3867(documentation:new): PDF documentation fails to build on LINUX.

FFmpeg trac at avcodec.org
Mon Aug 18 06:15:35 CEST 2014


#3867: PDF documentation fails to build on LINUX.
--------------------------------+-----------------------------------------
             Reporter:  cjg     |                    Owner:
                 Type:  defect  |                   Status:  new
             Priority:  normal  |                Component:  documentation
              Version:  2.3     |               Resolution:
             Keywords:          |               Blocked By:
             Blocking:          |  Reproduced by developer:  0
Analyzed by developer:  0       |
--------------------------------+-----------------------------------------

Comment (by cjg):

 Replying to [comment:3 cehoyos]:
 > How can I reproduce this?
 > {{{make}}} succeeds here without producing any pdf files.

 Hello,

 This is what is used for generating the pdf and dvi documentation:

 pushd doc &&
 for DOCNAME in `basename -s .html *.html`
 do
     texi2pdf -b $DOCNAME.texi &&
     texi2dvi -b $DOCNAME.texi &&
     dvips -o    $DOCNAME.ps   \
                 $DOCNAME.dvi
 done                          &&
 popd                          &&
 unset DOCNAME

 I will try the first suggestion and see if that fixes the issue.  Thank
 you for the replies.

 Christopher.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3867#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list