diff options
author | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2010-01-06 17:43:26 +0100 |
---|---|---|
committer | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2010-01-06 17:43:26 +0100 |
commit | 6da1028aebe7ee341123134dd2abe5e39890124f (patch) | |
tree | 14ebbb8daf029d6e881050f9ed7cda0dd8815e68 | |
parent | Fix title a bit. (diff) | |
download | devmanual-6da1028aebe7ee341123134dd2abe5e39890124f.tar.gz devmanual-6da1028aebe7ee341123134dd2abe5e39890124f.tar.bz2 devmanual-6da1028aebe7ee341123134dd2abe5e39890124f.zip |
Use index.html as output filename for all pages.
Even if it doesn't make much sense, this keeps links compatible between the
old and new format of the manual.
-rw-r--r-- | chunk.toc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,9 +2,9 @@ <toc xmlns="http://www.w3.org/1999/xhtml" role="chunk-toc"> <d:tocentry xmlns:d="http://docbook.org/ns/docbook" linkend="index"><?dbhtml filename="index.html"?> - <d:tocentry linkend="quickstart"><?dbhtml filename="quickstart.html"?></d:tocentry> - <d:tocentry linkend="general-concepts"><?dbhtml filename="general-concepts.html"?> - <d:tocentry linkend="general-concepts.autotools"><?dbhtml filename="general-concepts/autotools.html"?></d:tocentry> + <d:tocentry linkend="quickstart"><?dbhtml filename="quickstart/index.html"?></d:tocentry> + <d:tocentry linkend="general-concepts"><?dbhtml filename="general-concepts/index.html"?> + <d:tocentry linkend="general-concepts.autotools"><?dbhtml filename="general-concepts/autotools/index.html"?></d:tocentry> </d:tocentry> </d:tocentry> </toc> |