doc makefiles
This commit is contained in:
parent
5390c1b8a2
commit
0e0075b207
@ -32,19 +32,19 @@ all: usermanual.html webh usermanual.pdf
|
|||||||
webh:
|
webh:
|
||||||
make -C webhelp
|
make -C webhelp
|
||||||
|
|
||||||
usermanual.html: usermanual.xml
|
usermanual.html: usermanual.xml recoll.conf.xml
|
||||||
xsltproc --xinclude ${commonoptions} \
|
xsltproc --xinclude ${commonoptions} \
|
||||||
-o tmpfile.html custom.xsl $<
|
-o tmpfile.html custom.xsl $<
|
||||||
-tidy -indent tmpfile.html > usermanual.html
|
-tidy -indent tmpfile.html > usermanual.html
|
||||||
rm -f tmpfile.html
|
rm -f tmpfile.html
|
||||||
|
|
||||||
index.html: usermanual.xml
|
index.html: usermanual.xml recoll.conf.xml
|
||||||
xsltproc ${commonoptions} \
|
xsltproc ${commonoptions} \
|
||||||
--stringparam use.id.as.filename 1 \
|
--stringparam use.id.as.filename 1 \
|
||||||
--stringparam root.filename index \
|
--stringparam root.filename index \
|
||||||
"${XSLDIR}/html/chunk.xsl" $<
|
"${XSLDIR}/html/chunk.xsl" $<
|
||||||
|
|
||||||
usermanual.pdf: usermanual.xml
|
usermanual.pdf: usermanual.xml recoll.conf.xml
|
||||||
dblatex --xslt-opts="--xinclude" -tpdf $<
|
dblatex --xslt-opts="--xinclude" -tpdf $<
|
||||||
|
|
||||||
UTILBUILDS=/home/dockes/tmp/builds/medocutils/
|
UTILBUILDS=/home/dockes/tmp/builds/medocutils/
|
||||||
|
|||||||
@ -11,7 +11,7 @@ $HOME). You can use symbolic links in the list, they will be followed,
|
|||||||
independantly of the value of the followLinks variable.</para></listitem></varlistentry>
|
independantly of the value of the followLinks variable.</para></listitem></varlistentry>
|
||||||
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.MONITORDIRS">
|
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.MONITORDIRS">
|
||||||
<term><varname>monitordirs</varname></term>
|
<term><varname>monitordirs</varname></term>
|
||||||
<listitem><para>(1.25) Space-separated list of
|
<listitem><para>(1.24) Space-separated list of
|
||||||
files or directories to monitor for updates. When running
|
files or directories to monitor for updates. When running
|
||||||
the real-time indexer, this allows monitoring only a subset of the whole
|
the real-time indexer, this allows monitoring only a subset of the whole
|
||||||
indexed area. The elements must be included in the tree defined by the
|
indexed area. The elements must be included in the tree defined by the
|
||||||
|
|||||||
@ -8107,7 +8107,7 @@ for i in range(nres):
|
|||||||
"RCL.INSTALL.CONFIG.RECOLLCONF.MONITORDIRS" id=
|
"RCL.INSTALL.CONFIG.RECOLLCONF.MONITORDIRS" id=
|
||||||
"RCL.INSTALL.CONFIG.RECOLLCONF.MONITORDIRS"></a><span class="term"><code class="varname">monitordirs</code></span></dt>
|
"RCL.INSTALL.CONFIG.RECOLLCONF.MONITORDIRS"></a><span class="term"><code class="varname">monitordirs</code></span></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>(1.25) Space-separated list of files or
|
<p>(1.24) Space-separated list of files or
|
||||||
directories to monitor for updates. When running
|
directories to monitor for updates. When running
|
||||||
the real-time indexer, this allows monitoring
|
the real-time indexer, this allows monitoring
|
||||||
only a subset of the whole indexed area. The
|
only a subset of the whole indexed area. The
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# Configuration
|
# Configuration
|
||||||
# The name of the source DocBook xml file
|
# The name of the source DocBook xml file
|
||||||
INPUT_XML = ../usermanual.xml
|
INPUT_XML = ../usermanual.xml ../recoll.conf.xml
|
||||||
|
|
||||||
# The makefile assumes that you have a
|
# The makefile assumes that you have a
|
||||||
# directory named images that contains
|
# directory named images that contains
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user