e50522
Rename `xhtml_toc.awk' to `toc.awk'.
@@ -1,8 +1,8 @@
|
|
1
1
|
!/usr/bin/gawk
|
2
2
|
|
3
|
-
#
|
4
|
-
xhtml_makeToc function, inside centos-art.sh script, to produce
|
5
|
-
table of contents correctly.
|
3
|
+
# toc.awk -- This file provides the output format required by
|
4
|
+
`xhtml_makeToc' function, inside centos-art.sh script, to produce
|
5
|
+
# the table of contents correctly.
|
6
6
|
|
7
7
|
Copyright (C) 2009-2010 Alain Reguera Delgado
|
8
8
|
|
@@ -57,7 +57,7 @@ function xhtml_doToc {
|
|
57
57
|
|
58
58
|
# Define table of content configuration file, the file used to
|
59
59
|
# produce the table of content XHTML output code.
|
60
|
-
local TOC_CONFIG=${TUNEUP_BACKEND_CONFIG
|
60
|
+
local TOC_CONFIG=${TUNEUP_BACKEND_CONFIG}/toc.awk
|
61
61
|
|
62
62
|
# Verify table of content configuration file.
|
63
63
|
cli_checkFiles ${TOC_CONFIG}
|