##// END OF EJS Templates
doc: add TOC to hg.1.html and hgrc.5.html
Martin Geisler -
r9422:ec26d698 default
parent child Browse files
Show More
@@ -20,7 +20,7 b' hg.1.gendoc.txt: gendoc.py ../mercurial/'
20 ${PYTHON} gendoc.py > $@
20 ${PYTHON} gendoc.py > $@
21
21
22 %: %.txt common.txt
22 %: %.txt common.txt
23 $(PYTHON) rst2man.py $*.txt > $*
23 $(PYTHON) rst2man.py --strip-elements-with-class htmlonly $*.txt > $*
24
24
25 %.html: %.txt common.txt
25 %.html: %.txt common.txt
26 $(RST2HTML) $*.txt > $*.html
26 $(RST2HTML) $*.txt > $*.html
@@ -11,6 +11,10 b' Mercurial source code management system'
11 :Manual section: 1
11 :Manual section: 1
12 :Manual group: Mercurial Manual
12 :Manual group: Mercurial Manual
13
13
14 .. contents::
15 :backlinks: top
16 :class: htmlonly
17
14
18
15 SYNOPSIS
19 SYNOPSIS
16 --------
20 --------
@@ -11,6 +11,10 b' configuration files for Mercurial'
11 :Manual section: 5
11 :Manual section: 5
12 :Manual group: Mercurial Manual
12 :Manual group: Mercurial Manual
13
13
14 .. contents::
15 :backlinks: top
16 :class: htmlonly
17
14
18
15 SYNOPSIS
19 SYNOPSIS
16 --------
20 --------
General Comments 0
You need to be logged in to leave comments. Login now