pdf manual
This commit is contained in:
parent
55f124725f
commit
73c6787ffb
@ -7,7 +7,7 @@ MAINTAINER=jfd@recoll.org
|
|||||||
|
|
||||||
DOC?= usermanual
|
DOC?= usermanual
|
||||||
LANGCODE?= en_US.ISO_8859-1
|
LANGCODE?= en_US.ISO_8859-1
|
||||||
FORMATS?= html txt html-split
|
FORMATS?= html txt html-split pdf
|
||||||
JADEFLAGS+= -V %generate-article-toc%
|
JADEFLAGS+= -V %generate-article-toc%
|
||||||
|
|
||||||
# The purpose for this is to replace the FreeBSD file which contains the
|
# The purpose for this is to replace the FreeBSD file which contains the
|
||||||
|
|||||||
@ -11,6 +11,7 @@ cd usermanual
|
|||||||
thisdir=`pwd`
|
thisdir=`pwd`
|
||||||
(cd $docdir; find . -name '*.html' -print | cpio -vudp $thisdir)
|
(cd $docdir; find . -name '*.html' -print | cpio -vudp $thisdir)
|
||||||
cp $docdir/docbook.css .
|
cp $docdir/docbook.css .
|
||||||
|
cp $docdir/usermanual.pdf recoll_user_manual.pdf
|
||||||
# The freebsd tool chain generates a link to book.html in the index. Too
|
# The freebsd tool chain generates a link to book.html in the index. Too
|
||||||
# lazy to check if this can be changed
|
# lazy to check if this can be changed
|
||||||
cp usermanual.html book.html
|
cp usermanual.html book.html
|
||||||
|
|||||||
@ -33,7 +33,8 @@
|
|||||||
<h1>Recoll user manual</h1>
|
<h1>Recoll user manual</h1>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="usermanual/index.html">English</a></li>
|
<li><a href="usermanual/index.html">English, HTML</a></li>
|
||||||
|
<li><a href="usermanual/recoll_user_manual.pdf">English, PDF</a></li>
|
||||||
<li><a href="http://mcz.altervista.org/Pagine/usermanual-italian.html">
|
<li><a href="http://mcz.altervista.org/Pagine/usermanual-italian.html">
|
||||||
Italian (rather old)</a></li>
|
Italian (rather old)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user