Update of /cvsroot/win32forth/win32forth/src/tools
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19693/win32forth/src/tools
Modified Files:
DexH-CreateDocs.f W32fdexh.f
Log Message:
gah:More Dexing and added files to create list
Index: DexH-CreateDocs.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/tools/DexH-CreateDocs.f,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** DexH-CreateDocs.f 29 Aug 2006 08:52:25 -0000 1.16
--- DexH-CreateDocs.f 30 Aug 2006 08:27:51 -0000 1.17
***************
*** 84,87 ****
--- 84,88 ----
s" src\Callback.f" create-doc
s" src\paths.f" create-doc
+ s" src\interpif.f" create-doc
s" src\floadcmdline.f" create-doc
s" src\tools\W32fdexh.f" create-doc
Index: W32fdexh.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/tools/W32fdexh.f,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** W32fdexh.f 29 Aug 2006 08:52:25 -0000 1.5
--- W32fdexh.f 30 Aug 2006 08:27:51 -0000 1.6
***************
*** 15,22 ****
create W32Fheader
! ,| <html> |
,| <head> |
! ,| <meta http-equiv="Content-Language" content="en-gb"> |
! ,| <meta name="GENERATOR" content="dexh00"> |
,| <meta name="ProgId" content="FrontPage.Editor.Document"> |
,| <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> |
--- 15,24 ----
create W32Fheader
! ,| <?xml version="1.0"?> |
! ,| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
! ,| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
! ,| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
,| <head> |
! ,| <meta name="GENERATOR" content="dexh v03"> |
,| <meta name="ProgId" content="FrontPage.Editor.Document"> |
,| <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> |
***************
*** 45,50 ****
,| <body><h1 align="center"> |
,| <a href="mailto:win...@ya...?subject=DOC:Doc error in $Id$"> |
! ,| <img border="0" src="../TELLUS.gif" align="left" width="32" height="32"></a> |
! ,| <img border="0" src="../FORTHPRO.gif" |
,| width="32" height="32"> Win32Forth</h1> |
0 c,
--- 47,52 ----
,| <body><h1 align="center"> |
,| <a href="mailto:win...@ya...?subject=DOC:Doc error in $Id$"> |
! ,| <img border="0" src="../TELLUS.gif" align="left" width="32" height="32"></a> |
! ,| <img border="0" src="../FORTHPRO.gif" |
,| width="32" height="32"> Win32Forth</h1> |
0 c,
***************
*** 122,126 ****
[defined] dexh [if]
! ' DEXF is dexh \ link into w32f console menu
[then]
--- 124,128 ----
[defined] dexh [if]
! \in-system-ok ' DEXF is dexh \ link into w32f console menu
[then]
***************
*** 132,138 ****
cr .( or " DEXF " to choose a file and convert it. )
cr
! cr .( Use: W32FDocs W32FClassDocs and DexDocs to set the style for Win32Forth docs, )
! cr .( in the docs folder, Class docs, in the docs\class folder or the stansard DexH )
! cr .( style. The DexH style is the default. )
\ *Z
--- 134,140 ----
cr .( or " DEXF " to choose a file and convert it. )
cr
! cr .( Use W32FDocs or W32FClassDocs to set the style for Win32Forth docs, )
! cr .( in the docs folder or Class docs, in the docs\class folder. )
! cr .( Use DexDocs for the standard DexH style. The DexH style is the default. )
\ *Z
|