e50522 Rename `xhtml_toc.awk' to `toc.awk'.

Authored and Committed by areguera 13 years ago
    Rename `xhtml_toc.awk' to `toc.awk'.
    
    
        
Scripts/Functions/Tuneup/Backends/Xhtml/Config/toc.awk Scripts/Functions/Tuneup/Backends/Xhtml/Config/xhtml_toc.awk
file renamed
+3 -3
Scripts/Functions/Tuneup/Backends/Xhtml/Config/{xhtml_toc.awk → toc.awk} RENAMED
@@ -1,8 +1,8 @@
1
1
#!/usr/bin/gawk
2
2
#
3
- # xhtml_toc.awk -- This file provides the output format required by
4
- # xhtml_makeToc function, inside centos-art.sh script, to produce the
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
#
Scripts/Functions/Tuneup/Backends/Xhtml/xhtml_doToc.sh CHANGED
@@ -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}/$(cli_getRepoName ${TUNEUP_BACKEND} -f)_toc.awk
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}