[docs] winelib: Use proper entity escaping for '&','<' and '>'

Frédéric Delanoy frederic.delanoy at gmail.com
Thu Jul 18 15:34:00 CDT 2013


---
 en/winelib-toolkit.sgml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/winelib-toolkit.sgml b/en/winelib-toolkit.sgml
index 3617c1c..97e9d1c 100644
--- a/en/winelib-toolkit.sgml
+++ b/en/winelib-toolkit.sgml
@@ -353,7 +353,7 @@ WRCFLAGS      = -r -L
 .SUFFIXES: .rc .res
 
 .rc.res:
-	$(WRC) $(WRCFLAGS) $(WINELIB_FLAGS) -o $@ $<
+	$(WRC) $(WRCFLAGS) $(WINELIB_FLAGS) -o $@ $<
       </programlisting>
       <para>
         There are two issues you are likely to encounter with resource files.
@@ -390,7 +390,7 @@ WRCFLAGS      = -r -L
           </para>
           <programlisting>
 .rc.res:
-	$(CC) $(CC_OPTS) -DRC_INVOKED -E -x c $< | $(WRC) -N $(WRCFLAGS) $(WINELIB_FLAGS) -o $@
+	$(CC) $(CC_OPTS) -DRC_INVOKED -E -x c $lt; | $(WRC) -N $(WRCFLAGS) $(WINELIB_FLAGS) -o $@
 
           </programlisting>
           <!-- FIXME: does this still cause problems for the line numbers? -->
-- 
1.8.3.2




More information about the wine-patches mailing list