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/directives.xml | |
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/directives.xml')
-rw-r--r-- | docs/manual/mod/directives.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/directives.xml b/docs/manual/mod/directives.xml index fbf1491c45..00db2f7f91 100644 --- a/docs/manual/mod/directives.xml +++ b/docs/manual/mod/directives.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE directiveindex SYSTEM "../style/modulesynopsis.dtd" - [ <!ENTITY sitemap SYSTEM "../sitemap.xml"> ] + [ <!ENTITY allmodules SYSTEM "allmodules.xml"> ] > <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> @@ -22,5 +22,5 @@ </p> </summary> - &sitemap; + &allmodules; </directiveindex> |