diff options
author | André Malo <nd@apache.org> | 2005-11-13 16:05:53 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2005-11-13 16:05:53 +0100 |
commit | 13958c3a996b17c344161a52503da19dbeafe8fc (patch) | |
tree | c420afe794005970b5073e95acb2857856dc1155 /docs/manual/style/latex | |
parent | update transformation (diff) | |
download | apache2-13958c3a996b17c344161a52503da19dbeafe8fc.tar.xz apache2-13958c3a996b17c344161a52503da19dbeafe8fc.zip |
fix latex build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333016 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style/latex')
-rw-r--r-- | docs/manual/style/latex/latex.xsl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manual/style/latex/latex.xsl b/docs/manual/style/latex/latex.xsl index 9d7bb0a5cf..dc705d01ed 100644 --- a/docs/manual/style/latex/latex.xsl +++ b/docs/manual/style/latex/latex.xsl @@ -1,4 +1,8 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE xsl:stylesheet [ + <!ENTITY % HTTPD-VERSION SYSTEM "../version.ent"> + %HTTPD-VERSION; +]> <!-- Copyright 2003-2005 The Apache Software Foundation or its licensors, as |