changeset 747:e0ac2341a861

Fix building error introduced by bos at rev 8366882f67f2
author Dongsheng Song <dongsheng.song@gmail.com>
date Wed, 18 Mar 2009 21:50:57 +0800
parents d0160b0b1a9e
children d13c7c706a58
files en/ch06-collab.xml en/ch10-hook.xml en/examples/auto-snippets.xml
diffstat 3 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/en/ch06-collab.xml	Wed Mar 18 20:32:37 2009 +0800
+++ b/en/ch06-collab.xml	Wed Mar 18 21:50:57 2009 +0800
@@ -1009,7 +1009,7 @@
 	  Apache's default per-user configuration from my Fedora
 	  system.</para>
 
-	&ch06-apache-config.lst;
+	<programlisting><![CDATA[&ch06-apache-config.lst;]]></programlisting>
 
 	<para>If you find a similar-looking
 	  <literal>Directory</literal> group in your Apache
--- a/en/ch10-hook.xml	Wed Mar 18 20:32:37 2009 +0800
+++ b/en/ch10-hook.xml	Wed Mar 18 21:50:57 2009 +0800
@@ -1082,7 +1082,7 @@
 	    role="hg-ext">bugzilla</literal> hook config information.
 	</para>
 
-	&ch10-bugzilla-config.lst;
+	<programlisting>&ch10-bugzilla-config.lst;</programlisting>
 
       </sect3>
       <sect3>
@@ -1267,13 +1267,13 @@
 	    role="hg-ext">notify</literal> configuration information.
 	</para>
 
-	&ch10-notify-config.lst;
+	<programlisting>&ch10-notify-config.lst;</programlisting>
 
 	<para>This will produce a message that looks like the
 	  following:
 	</para>
 
-	&ch10-notify-config-mail.lst;
+	<programlisting>&ch10-notify-config-mail.lst;</programlisting>
 
       </sect3>
       <sect3>
--- a/en/examples/auto-snippets.xml	Wed Mar 18 20:32:37 2009 +0800
+++ b/en/examples/auto-snippets.xml	Wed Mar 18 21:50:57 2009 +0800
@@ -1,7 +1,7 @@
-<!ENTITY ch06-apache-config.lst SYSTEM "results/ch06-apache-config.lst.out">
-<!ENTITY ch10-bugzilla-config.lst SYSTEM "results/ch10-bugzilla-config.lst.out">
-<!ENTITY ch10-notify-config-mail.lst SYSTEM "results/ch10-notify-config-mail.lst.out">
-<!ENTITY ch10-notify-config.lst SYSTEM "results/ch10-notify-config.lst.out">
+<!ENTITY ch06-apache-config.lst SYSTEM "ch06/apache-config.lst">
+<!ENTITY ch10-bugzilla-config.lst SYSTEM "ch10/bugzilla-config.lst">
+<!ENTITY ch10-notify-config-mail.lst SYSTEM "ch10/notify-config-mail.lst">
+<!ENTITY ch10-notify-config.lst SYSTEM "ch10/notify-config.lst">
 <!ENTITY interaction.backout.init SYSTEM "results/backout.init.out">
 <!ENTITY interaction.backout.manual.backout SYSTEM "results/backout.manual.backout.out">
 <!ENTITY interaction.backout.manual.cat SYSTEM "results/backout.manual.cat.out">