diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-12-09 22:41:36 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-12-09 22:41:36 +0100 |
commit | 28d95172009ac844566e0dfdb63505832cbf05d9 (patch) | |
tree | fa11062be1df5e00405385d3b5cebd71b73ac1b4 /doc/gendocs_template | |
parent | 3d5af6621fb49e326be35b99cec8556d8c8315ca (diff) | |
download | gnutls-28d95172009ac844566e0dfdb63505832cbf05d9.tar.gz |
Update gnulib.
Diffstat (limited to 'doc/gendocs_template')
-rw-r--r--[-rwxr-xr-x] | doc/gendocs_template | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/gendocs_template b/doc/gendocs_template index 5eca049e43..066908e023 100755..100644 --- a/doc/gendocs_template +++ b/doc/gendocs_template @@ -19,12 +19,30 @@ (%%HTML_MONO_SIZE%%K bytes)</a> - entirely on one web page.</li> <li><a href="html_node/index.html">HTML</a> - with one web page per node.</li> +%%IF HTML_SECTION%% +<li><a href="html_section/index.html">HTML</a> - with one web page per + section.</li> +%%ENDIF HTML_SECTION%% +%%IF HTML_CHAPTER%% +<li><a href="html_chapter/index.html">HTML</a> - with one web page per + chapter.</li> +%%ENDIF HTML_CHAPTER%% <li><a href="%%PACKAGE%%.html.gz">HTML compressed - (%%HTML_MONO_GZ_SIZE%%K bytes gzipped)</a> - entirely on + (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on one web page.</li> <li><a href="%%PACKAGE%%.html_node.tar.gz">HTML compressed (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> - with one web page per node.</li> +%%IF HTML_SECTION%% +<li><a href="%%PACKAGE%%.html_section.tar.gz">HTML compressed + (%%HTML_SECTION_TGZ_SIZE%%K gzipped tar file)</a> - + with one web page per section.</li> +%%ENDIF HTML_SECTION%% +%%IF HTML_CHAPTER%% +<li><a href="%%PACKAGE%%.html_chapter.tar.gz">HTML compressed + (%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file)</a> - + with one web page per chapter.</li> +%%ENDIF HTML_CHAPTER%% <li><a href="%%PACKAGE%%.info.tar.gz">Info document (%%INFO_TGZ_SIZE%%K bytes gzipped tar file)</a>.</li> <li><a href="%%PACKAGE%%.txt">ASCII text |