Diff for /gforth/Makefile.in between versions 1.27 and 1.28

version 1.27, 1995/06/07 10:05:02 version 1.28, 1995/07/06 15:57:23
Line 61  FORTH_SRC = anslocal.fs add.fs assert.fs Line 61  FORTH_SRC = anslocal.fs add.fs assert.fs
   
 SOURCES = Makefile.in configure.in configure config.sub  config.guess \  SOURCES = Makefile.in configure.in configure config.sub  config.guess \
         install-sh INSTALL README ToDo BUGS model COPYING \          install-sh INSTALL README ToDo BUGS model COPYING \
         gforth.ds texinfo.tex gforth.1 \          gforth.ds texinfo.tex gforth.1 gforth.el \
         primitives engine.c main.c io.c \          primitives engine.c main.c io.c \
         m68k.h mips.h 386.h hppa.h cache.c sparc.h power.h alpha.h 32bit.h \          m68k.h mips.h 386.h hppa.h cache.c sparc.h power.h alpha.h 32bit.h \
         getopt.c getopt1.c getopt.h select.c \          getopt.c getopt1.c getopt.h select.c \
Line 252  version.c: Makefile.in Line 252  version.c: Makefile.in
                 echo "char gforth_version[]=\"$(VERSION)\" ;" >$@                  echo "char gforth_version[]=\"$(VERSION)\" ;" >$@
   
   
 doc.fs:         makedoc.fs float.fs search-order.fs glocals.fs environ.fs \  doc.fd:         makedoc.fs float.fs search-order.fs glocals.fs environ.fs \
                  toolsext.fs wordinfo.fs \                   toolsext.fs wordinfo.fs \
                  vt100.fs colorize.fs see.fs bufio.fs debug.fs history.fs \                   vt100.fs colorize.fs see.fs bufio.fs debug.fs history.fs \
                  doskey.fs vt100key.fs startup.fs assert.fs debugging.fs                   doskey.fs vt100key.fs startup.fs assert.fs debugging.fs
                 $(FORTH) -e "s\" doc.fs\"" makedoc.fs startup.fs -e bye                  $(FORTH) -e "s\" doc.fd\"" makedoc.fs startup.fs -e bye
   
 gforth.texi:    gforth.ds primitives.b ds2texi.fs prims2x.fs doc.fs  gforth.texi:    gforth.ds primitives.b ds2texi.fs prims2x.fs doc.fd crossdoc.fd
                 $(FORTH) ds2texi.fs >$@                  $(FORTH) ds2texi.fs >$@
   
 gforth.dvi:     gforth.texi  gforth.dvi:     gforth.texi

Removed from v.1.27  
changed lines
  Added in v.1.28


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