[Slackbuilds-users] About owncloud-client SlackBuild
Didier Spaier
didier at slint.fr
Sat Nov 10 13:14:07 UTC 2018
Hello
On 10/11/2018 13:42, Luiz Carlos Ramos via SlackBuilds-users wrote:
> I have to recognize that one phrase of mine in the last email is bad
> worded and may be wrong: I made the assumption that one line in the file
> /tmp/SBo/owncloudclient-2.4.2/build/doc/latex/Makefile pointed to
> Sphinx, but I should be more careful, telling that that line was a
> comment in the header. What could be understood as a truth is actually
> only a suposition and maybe a hint. Whether Sphinx is related to the
> problem, is actually matter of discussion.
A look at doc/{CMakeLists.txt,Makefile} answers that.
For the pdf target, rst2pdf can process all .rst files but the
glossary and the index. Those two could probably be easily fixed.
I tested this way:
cd doc
for i in *.rst; do rst2pdf -o ${i%.rst}.pdf $i ; done
atril *pdf &
Best regards,
Didier
More information about the SlackBuilds-users
mailing list