Update of /cvsroot/win32forth/win32forth/apps/Setup
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15099
Modified Files:
Setup.f
Log Message:
Fixed - Rebuilding the Hyper link indices used by WinEd and the Win32ForthIDE.
Index: Setup.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/apps/Setup/Setup.f,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** Setup.f 19 Dec 2008 23:05:47 -0000 1.24
--- Setup.f 21 Dec 2008 10:55:24 -0000 1.25
***************
*** 212,216 ****
cls cr
if c" HYPER.NDX" filedelete
! c" HELP.NDX" filedelete
then
c" FORTHFORM.EXE" filedelete
--- 212,216 ----
cls cr
if c" HYPER.NDX" filedelete
! \ c" HELP.NDX" filedelete
then
c" FORTHFORM.EXE" filedelete
***************
*** 261,270 ****
: buildindex
." -- Hyper link indices" cr
! ." -- building HELP.NDX" cr
! s" HELP.CFG" &WINED.CFG place
! s" HELP.NDX" &WINED.NDX place
! build-index c" HELP.NDX" filecheck
." -- building HYPER.NDX" cr
! s" WINED.CFG" &WINED.CFG place
s" HYPER.NDX" &WINED.NDX place
build-index c" HYPER.NDX" filecheck
--- 261,270 ----
: buildindex
." -- Hyper link indices" cr
! \ ." -- building HELP.NDX" cr
! \ s" HELP.CFG" PREPEND<HOME>\ &WINED.CFG place
! \ s" HELP.NDX" PREPEND<HOME>\ &WINED.NDX place
! \ build-index c" HELP.NDX" filecheck
." -- building HYPER.NDX" cr
! s" HYPER.CFG" &WINED.CFG place
s" HYPER.NDX" &WINED.NDX place
build-index c" HYPER.NDX" filecheck
|