diff options
author | André Malo <nd@apache.org> | 2003-04-11 23:17:44 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2003-04-11 23:17:44 +0200 |
commit | 495c5a7774ea72d3f4040a5b6d7cfb072ea46a4a (patch) | |
tree | 09d42ea7b28915dcbfe4e8e1ad2eec5b837e612e /docs/manual/mod/index.xml.ja | |
parent | Time for disclosure details (diff) | |
download | apache2-495c5a7774ea72d3f4040a5b6d7cfb072ea46a4a.tar.xz apache2-495c5a7774ea72d3f4040a5b6d7cfb072ea46a4a.zip |
re-introduce mod/allmodules.xml*
The change is mainly intended to save some memory during the build process.
Additionally we may get a bit more clearness in our document structure ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99333 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/index.xml.ja')
-rw-r--r-- | docs/manual/mod/index.xml.ja | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/index.xml.ja b/docs/manual/mod/index.xml.ja index de8470d545..35a2d881f4 100644 --- a/docs/manual/mod/index.xml.ja +++ b/docs/manual/mod/index.xml.ja @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="iso-2022-jp"?> <!DOCTYPE moduleindex SYSTEM "../style/modulesynopsis.dtd" - [ <!ENTITY sitemap SYSTEM "../sitemap.xml.ja"> ] + [ <!ENTITY allmodules SYSTEM "allmodules.xml.ja"> ] > <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> <!-- English revision: 1.5 --> @@ -19,5 +19,5 @@ <seealso><a href="quickreference.html">$B%G%#%l%/%F%#%V(B $B%/%$%C%/%j%U%!%l%s%9(B</a> </seealso> - &sitemap; + &allmodules; </moduleindex> |