--- gforth/iss.sh 2003/08/04 20:32:34 1.5 +++ gforth/iss.sh 2003/08/30 19:55:13 1.7 @@ -50,13 +50,18 @@ $(make distfiles -f Makedist | tr ' ' '\ done) | sort -u | sed \ -e 's:/:\\:g' \ -e 's:^\(..*\)$:{app}\\\1:g') +{app}\doc\gforth +{app}\doc\vmgen [Files] ; Parameter quick reference: ; "Source filename", "Dest. filename", Copy mode, Flags "README.txt", "{app}\README.txt", copy_normal, flag_isreadme "cygwin1.dll", "{app}\cygwin1.dll", copy_normal, +"sh.exe", "{app}\sh.exe", copy_normal, "gforth.fi", "{app}\gforth.fi", copy_normal, +$(make html >/dev/null; ls doc/gforth | sed -e 's:/:\\:g' -e 's:^\(..*\)$:"doc\\gforth\\\1", "{app}\\doc\\gforth\\\1", copy_normal,:g') +$(ls doc/vmgen | sed -e 's:/:\\:g' -e 's:^\(..*\)$:"doc\\vmgen\\\1", "{app}\\doc\\vmgen\\\1", copy_normal,:g') $(make distfiles -f Makedist EXE=.exe | tr ' ' '\n' | (while read i; do if [ ! -d $i ]; then echo $i; fi done) | sed \ @@ -71,12 +76,16 @@ done) | sed \ "Gforth-fast", "{app}\gforth-fast.exe", "", "{app}", , 0 "Gforth-dict", "{app}\gforth-dict.exe", "", "{app}", , 0 "Gforth-itc", "{app}\gforth-itc.exe", "", "{app}", , 0 +"Gforth-prof", "{app}\gforth-prof.exe", "", "{app}", , 0 +"Gforth Manual", "{app}\doc\gforth\index.html", "", "{app}", , 0 +"VMgen Manual", "{app}\doc\vmgen\index.html", "", "{app}", , 0 [Run] -"{app}\gforth.exe", "{app}\fixpath.fs {app} gforth-fast.exe", -"{app}\gforth.exe", "{app}\fixpath.fs {app} gforth-ditc.exe", -"{app}\gforth.exe", "{app}\fixpath.fs {app} gforth-itc.exe", -"{app}\gforth-fast.exe", "{app}\fixpath.fs {app} gforth.exe", +"{app}\gforth.exe", "-i {app}\gforth.fi {app}\fixpath.fs {app} gforth-fast.exe", +"{app}\gforth.exe", "-i {app}\gforth.fi {app}\fixpath.fs {app} gforth-ditc.exe", +"{app}\gforth.exe", "-i {app}\gforth.fi {app}\fixpath.fs {app} gforth-itc.exe", +"{app}\gforth.exe", "-i {app}\gforth.fi {app}\fixpath.fs {app} gforth-prof.exe", +"{app}\gforth-fast.exe", "-i {app}\gforth.fi {app}\fixpath.fs {app} gforth.exe", ;[Registry] ;registry commented out