--- gforth/Makefile.in 1995/02/09 17:49:50 1.18 +++ gforth/Makefile.in 1995/03/13 09:17:21 1.20 @@ -58,7 +58,8 @@ FORTH_SRC = add.fs assert.fs ansi.fs blo vt100key.fs wordinfo.fs wordsets.fs SOURCES = Makefile.in configure.in configure config.sub config.guess \ - install-sh INSTALL README ToDo BUGS model COPYING gforth.ds texinfo.tex \ + install-sh INSTALL README ToDo BUGS model COPYING \ + gforth.ds texinfo.tex gforth.1 \ 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 \ getopt.c getopt1.c getopt.h select.c \ @@ -209,7 +210,13 @@ aliases.fs: primitives.b prims2x.fs primitives.fs: primitives.b prims2x.fs $(FORTH) prims2x.fs -e "s\" primitives.b\" ' output-forth process-file bye" >$@ -gforth.texi: gforth.ds primitives.b ds2texi.fs prims2x.fs +doc.fs: makedoc.fs float.fs search-order.fs glocals.fs environ.fs \ + toolsext.fs wordinfo.fs \ + vt100.fs colorize.fs see.fs bufio.fs debug.fs history.fs \ + doskey.fs vt100key.fs startup.fs assert.fs debugging.fs + $(FORTH) -e "s\" doc.fs\"" makedoc.fs startup.fs -e bye + +gforth.texi: gforth.ds primitives.b ds2texi.fs prims2x.fs doc.fs $(FORTH) ds2texi.fs >$@ gforth.dvi: gforth.texi