Fix XML in documentation, and in the bin/scons-doc.py script that generates
[scons.git] / doc / user / actions.in
index c1e56166b07c0f4d0f5aedc5aa8ac29283c160af..d2a3dad8a148abdccaa0cf943a4ea2df3b9008be 100644 (file)
@@ -245,7 +245,7 @@ solutions to the above limitations.
   </para>
 
   <sconstruct>
-    b = Builder(action = 'build < $SOURCE > $TARGET')
+    b = Builder(action = 'build &lt; $SOURCE &gt; $TARGET')
   </sconstruct>
 
   <para>
@@ -255,7 +255,7 @@ solutions to the above limitations.
   </para>
 
   <sconstruct>
-    b = Builder(action = Action('build < $SOURCE > $TARGET'))
+    b = Builder(action = Action('build &lt; $SOURCE &gt; $TARGET'))
   </sconstruct>
 
   <para>