From: Jos v.d.V. <jo...@us...> - 2016-02-03 18:36:22
|
Update of /cvsroot/win32forth/win32forth/Help In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13606 Modified Files: HelpCreateDexhDocs.f Log Message: Jos: For Est.f Index: HelpCreateDexhDocs.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/HelpCreateDexhDocs.f,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** HelpCreateDexhDocs.f 15 Aug 2014 13:29:52 -0000 1.12 --- HelpCreateDexhDocs.f 3 Feb 2016 18:36:20 -0000 1.13 *************** *** 130,133 **** --- 130,134 ---- s" help\HelpMain.f" s" help\html\dexh-HelpMain.htm" create-doc s" src\w32fmsg.f" s" help\html\dexh-w32fmsg.htm" create-doc + s" src\Est.f" s" help\html\dexh-Est.htm" create-doc cr .( Win32Forth dexh documentation successfully created) |