--- gforth/Makefile.in 1999/06/18 12:33:13 1.159 +++ gforth/Makefile.in 1999/10/30 15:48:15 1.162 @@ -178,6 +178,7 @@ GFORTH_FI_SRC = \ bufio.fs \ debug.fs \ debugs.fs \ + ekey.fs \ savesys.fs \ environ.fs \ errors.fs \ @@ -211,7 +212,7 @@ FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC) doskey.fs ds2texi.fs \ envos.fs envos.dos envos.os2 etags.fs filedump.fs fi2c.fs \ glosgen.fs gray.fs \ - doc/makedoc.fs \ + make-app.fs doc/makedoc.fs \ more.fs other.fs prims2x.fs random.fs \ table.fs \ tt.fs sokoban.fs \ @@ -674,7 +675,7 @@ html: $(GFORTH_TEXI) doc/gforth.txt: $(GFORTH_TEXI) -cd doc; $(MAKEINFO) --no-headers --no-split gforth.texi >gforth.txt -doc: doc/gforth.ps html doc/gforth.txt +doc: info doc/gforth.ps html doc/gforth.txt # For an explanation of the following Makefile rules, see node # `Automatic Remaking' in GNU Autoconf documentation.