hgbook

changeset 648:e0ac2341a861

Fix building error introduced by bos at rev 8366882f67f2
author Dongsheng Song <dongsheng.song@gmail.com>
date Wed Mar 18 21:50:57 2009 +0800 (2009-03-18)
parents d0160b0b1a9e
children d13c7c706a58
files en/ch06-collab.xml en/ch10-hook.xml en/examples/auto-snippets.xml
line diff
     1.1 --- a/en/ch06-collab.xml	Wed Mar 18 20:32:37 2009 +0800
     1.2 +++ b/en/ch06-collab.xml	Wed Mar 18 21:50:57 2009 +0800
     1.3 @@ -1009,7 +1009,7 @@
     1.4  	  Apache's default per-user configuration from my Fedora
     1.5  	  system.</para>
     1.6  
     1.7 -	&ch06-apache-config.lst;
     1.8 +	<programlisting><![CDATA[&ch06-apache-config.lst;]]></programlisting>
     1.9  
    1.10  	<para>If you find a similar-looking
    1.11  	  <literal>Directory</literal> group in your Apache
     2.1 --- a/en/ch10-hook.xml	Wed Mar 18 20:32:37 2009 +0800
     2.2 +++ b/en/ch10-hook.xml	Wed Mar 18 21:50:57 2009 +0800
     2.3 @@ -1082,7 +1082,7 @@
     2.4  	    role="hg-ext">bugzilla</literal> hook config information.
     2.5  	</para>
     2.6  
     2.7 -	&ch10-bugzilla-config.lst;
     2.8 +	<programlisting>&ch10-bugzilla-config.lst;</programlisting>
     2.9  
    2.10        </sect3>
    2.11        <sect3>
    2.12 @@ -1267,13 +1267,13 @@
    2.13  	    role="hg-ext">notify</literal> configuration information.
    2.14  	</para>
    2.15  
    2.16 -	&ch10-notify-config.lst;
    2.17 +	<programlisting>&ch10-notify-config.lst;</programlisting>
    2.18  
    2.19  	<para>This will produce a message that looks like the
    2.20  	  following:
    2.21  	</para>
    2.22  
    2.23 -	&ch10-notify-config-mail.lst;
    2.24 +	<programlisting>&ch10-notify-config-mail.lst;</programlisting>
    2.25  
    2.26        </sect3>
    2.27        <sect3>
     3.1 --- a/en/examples/auto-snippets.xml	Wed Mar 18 20:32:37 2009 +0800
     3.2 +++ b/en/examples/auto-snippets.xml	Wed Mar 18 21:50:57 2009 +0800
     3.3 @@ -1,7 +1,7 @@
     3.4 -<!ENTITY ch06-apache-config.lst SYSTEM "results/ch06-apache-config.lst.out">
     3.5 -<!ENTITY ch10-bugzilla-config.lst SYSTEM "results/ch10-bugzilla-config.lst.out">
     3.6 -<!ENTITY ch10-notify-config-mail.lst SYSTEM "results/ch10-notify-config-mail.lst.out">
     3.7 -<!ENTITY ch10-notify-config.lst SYSTEM "results/ch10-notify-config.lst.out">
     3.8 +<!ENTITY ch06-apache-config.lst SYSTEM "ch06/apache-config.lst">
     3.9 +<!ENTITY ch10-bugzilla-config.lst SYSTEM "ch10/bugzilla-config.lst">
    3.10 +<!ENTITY ch10-notify-config-mail.lst SYSTEM "ch10/notify-config-mail.lst">
    3.11 +<!ENTITY ch10-notify-config.lst SYSTEM "ch10/notify-config.lst">
    3.12  <!ENTITY interaction.backout.init SYSTEM "results/backout.init.out">
    3.13  <!ENTITY interaction.backout.manual.backout SYSTEM "results/backout.manual.backout.out">
    3.14  <!ENTITY interaction.backout.manual.cat SYSTEM "results/backout.manual.cat.out">