* doc/ld-output-def.texi (Visual Studio Compatibility): Fix
markup error.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2009-06-06 Neil Jerram <neil@ossau.uklinux.net> (tiny change)
+
+ Escape non-texinfo { and }s.
+ * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
+ markup error.
+
2009-06-04 Jim Meyering <meyering@redhat.com>
gitlog-to-changelog: don't infloop on an empty commit log
The tool does not generate DEF files directly, so its output needs to
be post processed manually:
@smallexample
-$ { echo EXPORTS; \
- dumpbin /EXPORTS libfoo-0.dll | tail -n+20 | awk '{ print $4 }'; \
- } > libfoo-0.def
+$ @{ echo EXPORTS; \
+ dumpbin /EXPORTS libfoo-0.dll | tail -n+20 | awk '@{ print $4 @}'; \
+ @} > libfoo-0.def
$ lib /def:libfoo-0.def
@end smallexample