Update of /cvsroot/mahogany/M/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv25947/doc

Modified Files:
        Makefile 
Log Message:
Patch from Robert Vazan:
First the sed script that generates wxhelp.map. Second,
wxExtHelpController is explicitly requested rather than
wxHelpController. Third, macro wxUSE_HTML has been renamed
to wxUSE_WXHTML_HELP between 2.2 and 2.4 wxWindows releases.
I have removed condition that checks it, because we are
using wxExtHelpController anyway.


Index: Makefile
===================================================================
RCS file: /cvsroot/mahogany/M/doc/Makefile,v
retrieving revision 1.33
retrieving revision 1.34
diff -b -u -2 -r1.33 -r1.34
--- Makefile    19 Dec 2001 14:22:45 -0000      1.33
+++ Makefile    23 Jul 2003 13:10:44 -0000      1.34
@@ -38,5 +38,5 @@
 makemap: .src/wxhelp.map0 $(SUBDIRS)
        set -e; for i in $(SUB_DIRS); \
-       do sed "s,^\([  -0-9]*\),\1$$i/,g" $$i/wxhelp.map; \
+       do sed "s,^\([  0-9-]*\),\1$$i/,g" $$i/wxhelp.map; \
        done | sort -n -o wxhelp.map .src/wxhelp.map0 -
 else



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to