Advertisement
Guest User

Untitled

a guest
Aug 27th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.76 KB | None | 0 0
  1. copying TeX support files...
  2. done
  3. build succeeded, 47 warnings.
  4. # Compile the pdf docs for that locale
  5. # we use texi2pdf since latexpdf target is not available via
  6. # sphinx-build which we need to use since we need to pass language flag
  7. mkdir -p output/pdf/en
  8. # need to build 3x to have proper toc and index
  9. # currently texi2pdf has bad exit status. Please ignore errors!!
  10. # prepending the texi2pdf command with - keeps make going instead of quitting
  11. # japanese pdf has problems, when build with texi2pdf
  12. # as alternative we can use platex
  13. # for russian pdf you need package 'texlive-lang-cyrillic' installed
  14. # for japanese pdf you need: 'cmap-adobe-japan1 cmap-adobe-japan2 latex-cjk-all nkf okumura-clsfiles ptex-base ptex-bin texlive-fonts-extra'
  15. /usr/bin/texi2dvi: pdflatex exited with bad status, quitting.
  16. /usr/bin/texi2dvi: pdflatex exited with bad status, quitting.
  17. /usr/bin/texi2dvi: pdflatex exited with bad status, quitting.
  18. make: [pdf] Error 1 (ignored)
  19. Makefile:79: recipe for target 'pdf' failed
  20. mv output/latex/en/QGISUserGuide.pdf output/pdf/en/QGIS-testing-UserGuide.pdf
  21. # pyqgis developer cookbook
  22. /usr/bin/texi2dvi: pdflatex exited with bad status, quitting.
  23. /usr/bin/texi2dvi: pdflatex exited with bad status, quitting.
  24. /usr/bin/texi2dvi: pdflatex exited with bad status, quitting.
  25. make: [pdf] Error 1 (ignored)
  26. Makefile:79: recipe for target 'pdf' failed
  27. mv output/latex/en/PyQGISDeveloperCookbook.pdf output/pdf/en/QGIS-testing-PyQGISDeveloperCookbook.pdf
  28. # training manual
  29. /usr/bin/texi2dvi: pdflatex exited with bad status, quitting.
  30. mv output/latex/en/QGISTrainingManual.pdf output/pdf/en/QGIS-testing-QGISTrainingManual.pdf
  31. # developer guidelines
  32. mv output/latex/en/QGISDevelopersGuide.pdf output/pdf/en/QGIS-testing-QGISDevelopersGuide.pdf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement