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

Frédéric Delanoy frederic.delanoy at gmail.com
Fri Jul 19 11:04:05 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 fb1844b..40f8ce5 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 $< | $(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