Diff for /gforth/Makefile.in between versions 1.72 and 1.73

version 1.72, 1996/10/28 17:24:31 version 1.73, 1996/10/31 17:41:15
Line 208  mostlyclean: Line 208  mostlyclean:
                 crossdoc.fd doc.fd gforth.texi gforth.fns gforth.aux gforth.cp gforth.cps \                  crossdoc.fd doc.fd gforth.texi gforth.fns gforth.aux gforth.cp gforth.cps \
                 gforth.dvi gforth.fn gforth.ky gforth.log gforth.pg \                  gforth.dvi gforth.fn gforth.ky gforth.log gforth.pg \
                 gforth.toc gforth.tp gforth.vr html gforth-$(VERSION).tar.gz \                  gforth.toc gforth.tp gforth.vr html gforth-$(VERSION).tar.gz \
                 version.h stamp-h                  version.h
   
 clean:          mostlyclean  clean:          mostlyclean
                 -$(RM) -rf $(GEN) *.o                   -$(RM) -rf $(GEN) *.o 
   
 distclean:      clean  distclean:      clean
                 -$(RM) machine.h kernel.fi config.cache config.log config.status config.h Makefile                  -$(RM) machine.h kernel.fi config.cache config.log \
                   config.status config.h Makefile stamp-h
   
 #realclean is useless, but dangerous, so it's commented out  #realclean is useless, but dangerous, so it's commented out
 #realclean:     distclean  #realclean:     distclean
Line 433  crossdoc.fd: $(KERN_SRC) version.fs $(FO Line 434  crossdoc.fd: $(KERN_SRC) version.fs $(FO
                 $(FORTHK) -e 's" mach32l.fs"' main.fs -e bye                  $(FORTHK) -e 's" mach32l.fs"' main.fs -e bye
   
 gforth.texi:    gforth.ds primitives.b ds2texi.fs prims2x.fs doc.fd crossdoc.fd  gforth.texi:    gforth.ds primitives.b ds2texi.fs prims2x.fs doc.fd crossdoc.fd
                 $(FORTHK) ds2texi.fs prims2x.fs -e "s\" $(srcdir)/primitives.b\" ' register-doc process-file" crossdoc.fd doc.fd -e "s\" $(srcdir)/gforth.ds\" r/o open-file throw ds2texi bye" >$@                  $(FORTHK) -m 100000 ds2texi.fs prims2x.fs -e "s\" $(srcdir)/primitives.b\" ' register-doc process-file" crossdoc.fd doc.fd -e "s\" $(srcdir)/gforth.ds\" r/o open-file throw ds2texi bye" >$@
   
 checkdoc:       gforth.ds primitives.b ds2texi.fs prims2x.fs doc.fd crossdoc.fd answords.fs  checkdoc:       gforth.ds primitives.b ds2texi.fs prims2x.fs doc.fd crossdoc.fd answords.fs
                 $(FORTHK) ds2texi.fs answords.fs -e bye                  $(FORTHK) ds2texi.fs answords.fs -e bye

Removed from v.1.72  
changed lines
  Added in v.1.73


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