X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=build.py;h=4d09afe19eb32637da05620290739c7ae848ec37;hb=b818a4a21376b64fe83a532564f66e2ad8f560af;hp=5d0b0bbd853db46127ab5b3cb4f6386ba8eecf4e;hpb=a28590c5615e26a5ea3d784712bc303db547c064;p=ardour-manual diff --git a/build.py b/build.py index 5d0b0bb..4d09afe 100755 --- a/build.py +++ b/build.py @@ -444,13 +444,13 @@ for header in fileStruct: if level == 0: toc = toc + '

Part ' + num2roman(levelNums[level]) + ': ' + header['title'] + '

\n'; elif level == 1: - toc = toc + '

Ch. ' + str(levelNums[level]) + ':  ' + header['title'] + '

\n' + toc = toc + '

Ch. ' + str(levelNums[level]) + ':  ' + header['title'] + '

\n' elif level == 2: - toc = toc + ' ' + header['title'] + '
\n' + toc = toc + '

' + header['title'] + '

\n' elif level == 3: - toc = toc + ' ' + header['title'] + '
\n' + toc = toc + '

' + header['title'] + '

\n' elif level == 4: - toc = toc + ' ' + header['title'] + '
\n' + toc = toc + '

' + header['title'] + '

\n' # Make the 'this thing contains...' stuff if HaveChildren(fileStruct, pageNumber):