You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2005/11/13 16:05:56 UTC

svn commit: r333016 - /httpd/httpd/trunk/docs/manual/style/latex/latex.xsl

Author: nd
Date: Sun Nov 13 07:05:53 2005
New Revision: 333016

URL: http://svn.apache.org/viewcvs?rev=333016&view=rev
Log:
fix latex build

Modified:
    httpd/httpd/trunk/docs/manual/style/latex/latex.xsl

Modified: httpd/httpd/trunk/docs/manual/style/latex/latex.xsl
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/style/latex/latex.xsl?rev=333016&r1=333015&r2=333016&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/latex/latex.xsl (original)
+++ httpd/httpd/trunk/docs/manual/style/latex/latex.xsl Sun Nov 13 07:05:53 2005
@@ -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