But figured this would be a good place to start since some folks with
access are probably on this list. The ovirt-docs currently fail to
build because of an extraneous tag that results in non-conformance
with the DTD. It seems to build properly (on el6) with the following
patch:

----
From 47a19f3e3649fdfff44c609a376203db8d8255b3 Mon Sep 17 00:00:00 2001
From: Jon Stanley <[email protected]>
Date: Tue, 28 Aug 2012 08:43:44 -0400
Subject: [PATCH] Remove extraneous <step> tag

The presence of this extraneous tag was breaking the build, remove
it in order to be in compliance with the DTD.
---
 .../topics/Installing_Red_Hat_Enterprise_Linux.xml |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git 
a/Installation_Guide/en-US/topics/Installing_Red_Hat_Enterprise_Linux.xml
b/Installation_Guide/en-US/topics/Installing_Red_Hat_Enterprise_Linux.xml
index 8fa68e1..a7f61d8 100644
--- a/Installation_Guide/en-US/topics/Installing_Red_Hat_Enterprise_Linux.xml
+++ b/Installation_Guide/en-US/topics/Installing_Red_Hat_Enterprise_Linux.xml
@@ -33,12 +33,10 @@
                </step>
                <step>
                        <title>Enable yum repository</title>
-                       <step>
                                <para>
                                        Install the 
<package>ovirt-release</package> package as
<systemitem>root</systemitem>. This package provides the repository
definition file:
                                </para>
                                <screen># yum localinstall --nogpgcheck FIXME: 
URL</screen>
-                       </step>
                </step>
        </procedure>
        <formalpara>
-- 
1.7.1
_______________________________________________
cloud mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/cloud

Reply via email to