#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac