Skip to content

Commit c854ecc

Browse files
committed
Make user manual in an index.html
This is in preparation to make it the root of gh-pages. A link is added to the reference manual.
1 parent a0ef3f3 commit c854ecc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

doc/clogs-user.xml

+8
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,14 @@ problem.setTunePolicy(policy);
482482
</section>
483483
</chapter>
484484

485+
<chapter id="reference">
486+
<title>Reference manual</title>
487+
<para>
488+
The reference manual is in a <ulink
489+
url="html/index.html">separate document</ulink>.
490+
</para>
491+
</chapter>
492+
485493
<chapter id="performance">
486494
<title>Performance</title>
487495
<para>

wscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def build(bld):
272272
if bld.env['XSLTPROC']:
273273
bld(rule='${XSLTPROC} --xinclude --stringparam clogs.version ' + VERSION + ' -o ${TGT} ${SRC}',
274274
source=['doc/clogs-user-xml.xsl', 'doc/clogs-user.xml'],
275-
target='doc/clogs-user.html')
275+
target='doc/index.html')
276276
bld(rule=simple_copy,
277277
source='doc/clogs-user.in.css',
278278
target='doc/clogs-user.css')

0 commit comments

Comments
 (0)