Diff for /gforth/iss.sh between versions 1.6 and 1.7

version 1.6, 2003/08/24 22:58:54 version 1.7, 2003/08/30 19:55:13
Line 50  $(make distfiles -f Makedist | tr ' ' '\ Line 50  $(make distfiles -f Makedist | tr ' ' '\
 done) | sort -u | sed \  done) | sort -u | sed \
   -e 's:/:\\:g' \    -e 's:/:\\:g' \
   -e 's:^\(..*\)$:{app}\\\1:g')    -e 's:^\(..*\)$:{app}\\\1:g')
   {app}\doc\gforth
   {app}\doc\vmgen
   
 [Files]  [Files]
 ; Parameter quick reference:  ; Parameter quick reference:
Line 58  done) | sort -u | sed \ Line 60  done) | sort -u | sed \
 "cygwin1.dll", "{app}\cygwin1.dll", copy_normal,  "cygwin1.dll", "{app}\cygwin1.dll", copy_normal,
 "sh.exe", "{app}\sh.exe", copy_normal,  "sh.exe", "{app}\sh.exe", copy_normal,
 "gforth.fi", "{app}\gforth.fi", 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  $(make distfiles -f Makedist EXE=.exe | tr ' ' '\n' | (while read i; do
   if [ ! -d $i ]; then echo $i; fi    if [ ! -d $i ]; then echo $i; fi
 done) | sed \  done) | sed \
Line 73  done) | sed \ Line 77  done) | sed \
 "Gforth-dict", "{app}\gforth-dict.exe", "", "{app}", , 0  "Gforth-dict", "{app}\gforth-dict.exe", "", "{app}", , 0
 "Gforth-itc", "{app}\gforth-itc.exe", "", "{app}", , 0  "Gforth-itc", "{app}\gforth-itc.exe", "", "{app}", , 0
 "Gforth-prof", "{app}\gforth-prof.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]  [Run]
 "{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-fast.exe",

Removed from v.1.6  
changed lines
  Added in v.1.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>