/[guile]/guile/guile-scripts/update-guile-api.alist
ViewVC logotype

Diff of /guile/guile-scripts/update-guile-api.alist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by ttn, Wed May 8 21:05:05 2002 UTC revision 1.7 by ttn, Fri May 10 22:19:57 2002 UTC
# Line 35  alist=guile-api.alist Line 35  alist=guile-api.alist
35    
36  do_the_scan ()  do_the_scan ()
37  {  {
38    # we can probably compute sofile from guile
39  $scan pre-inst-guile \  $scan pre-inst-guile \
40      libguile/.libs/libguile.so.[0-9]*.* \        libguile/.libs/libguile.so.[0-9]*.* \
41      $srcdir/doc/groupings.alist        $srcdir/doc/groupings.alist \
42          "$@"
43  }  }
44    
45  if [ x"$1" = x-n ] ; then  if [ x"$1" = x-n ] ; then
46      do_the_scan      shift
47        do_the_scan "$@"
48      exit $?      exit $?
49  fi  fi
50    
# Line 53  set -ex Line 56  set -ex
56  :  :
57  : munge  : munge
58  :  :
59    do_the_scan > $alistdir/$alist    do_the_scan "$@" > $alistdir/$alist
60  :  :
61  : commit  : commit
62  :  :

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26