diff options
author | André Malo <nd@apache.org> | 2004-05-05 00:32:21 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2004-05-05 00:32:21 +0200 |
commit | ea2ef8233dba4cca5765358a97688ec7785afeb1 (patch) | |
tree | 6c953f81559e05519d228d33a92d6021952439a5 /docs/manual/style | |
parent | remove reference to allmodules.xml from document (diff) | |
download | apache2-ea2ef8233dba4cca5765358a97688ec7785afeb1.tar.xz apache2-ea2ef8233dba4cca5765358a97688ec7785afeb1.zip |
remove references to allmodules.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103608 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style')
-rw-r--r-- | docs/manual/style/xsl/directiveindex.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/style/xsl/directiveindex.xsl b/docs/manual/style/xsl/directiveindex.xsl index 70556841dc..6ee936a181 100644 --- a/docs/manual/style/xsl/directiveindex.xsl +++ b/docs/manual/style/xsl/directiveindex.xsl @@ -35,7 +35,7 @@ <xsl:call-template name="top"/> <xsl:variable name="directives" - select="document(modulefilelist/modulefile) + select="document(document($allmodules)/modulefilelist/modulefile) /modulesynopsis[status!='Obsolete'] /directivesynopsis[not(@location)]" /> |