File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -482,6 +482,14 @@ problem.setTunePolicy(policy);
482
482
</section >
483
483
</chapter >
484
484
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
+
485
493
<chapter id =" performance" >
486
494
<title >Performance</title >
487
495
<para >
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ def build(bld):
272
272
if bld .env ['XSLTPROC' ]:
273
273
bld (rule = '${XSLTPROC} --xinclude --stringparam clogs.version ' + VERSION + ' -o ${TGT} ${SRC}' ,
274
274
source = ['doc/clogs-user-xml.xsl' , 'doc/clogs-user.xml' ],
275
- target = 'doc/clogs-user .html' )
275
+ target = 'doc/index .html' )
276
276
bld (rule = simple_copy ,
277
277
source = 'doc/clogs-user.in.css' ,
278
278
target = 'doc/clogs-user.css' )
You can’t perform that action at this time.
0 commit comments