Diff for /gforth/Makefile.in between versions 1.222 and 1.223

version 1.222, 2002/08/13 19:33:38 version 1.223, 2002/08/14 09:00:22
Line 257  COMPAT = compat/README \ Line 257  COMPAT = compat/README \
   
 GFORTH_TEXI =  doc/gforth.texi doc/version.texi  GFORTH_TEXI =  doc/gforth.texi doc/version.texi
   
   VMGEN_TEXI = doc/vmgen.texi doc/version.texi doc/fdl.texi
   
 ALLSUBDIRS = engine  ALLSUBDIRS = engine
   
 ARCHS = \  ARCHS = \
Line 369  KERNLS = kernl16b.fi- kernl16l.fi- \ Line 371  KERNLS = kernl16b.fi- kernl16l.fi- \
          kernl32b.fi- kernl32l.fi- \           kernl32b.fi- kernl32l.fi- \
          kernl64b.fi- kernl64l.fi-           kernl64b.fi- kernl64l.fi-
   
 GEN_PRECIOUS = $(FORTH_GEN) $(KERNLS) doc/gforth.texi doc/gforth.dvi doc/gforth.ps Makefile Makedist engine/Makefile configure  GEN_PRECIOUS = $(FORTH_GEN) $(KERNLS) \
           doc/gforth.texi doc/gforth.dvi doc/gforth.ps \
           doc/vmgen.dvi doc/vmgen.ps \
           Makefile Makedist engine/Makefile configure
   
 #standards.info recommends this:  #standards.info recommends this:
 .SUFFIXES:  .SUFFIXES:
Line 761  checkdoc: doc/gforth.ds prim.b ds2texi.f Line 766  checkdoc: doc/gforth.ds prim.b ds2texi.f
                 $(FORTH) ds2texi.fs prims2x.fs -e "s\" $(srcdir)/prim.b\" ' register-doc ' noop process-file" doc/crossdoc.fd doc/doc.fd answords.fs -e bye                  $(FORTH) ds2texi.fs prims2x.fs -e "s\" $(srcdir)/prim.b\" ' register-doc ' noop process-file" doc/crossdoc.fd doc/doc.fd answords.fs -e bye
                 -grep unknown doc/gforth.texi                  -grep unknown doc/gforth.texi
   
 dvi:            doc/gforth.dvi  dvi:            doc/gforth.dvi doc/vmgen.dvi
   
 doc/gforth.dvi doc/gforth.fns:  $(GFORTH_TEXI)  doc/gforth.dvi doc/gforth.fns:  $(GFORTH_TEXI)
                 cd doc; $(TEXI2DVI) gforth.texi                  cd doc; $(TEXI2DVI) gforth.texi
   
   doc/vmgen.dvi:  $(VMGEN_TEXI)
                   cd doc; $(TEXI2DVI) vmgen.texi
   
 doc/gforth.ps:  doc/gforth.dvi  doc/gforth.ps:  doc/gforth.dvi
                 $(DVI2PS) doc/gforth.dvi -o $@                  $(DVI2PS) doc/gforth.dvi -o $@
   
 info:           doc/gforth.info  info:           doc/gforth.info doc/vmgen.info
   
   doc/gforth.info: $(GFORTH_TEXI)
                   cd doc; $(MAKEINFO) gforth.texi
   
   doc/vmgen.info: $(VMGEN_TEXI)
                   cd doc; $(MAKEINFO) vmgen.texi
   
 doc/gforth.info doc/gforth.info-*: $(GFORTH_TEXI)  
                 -cd doc; $(MAKEINFO) gforth.texi  
   
 ### need makeinfo 4.0 to generate html. Otherwise, use texi2html..  ### need makeinfo 4.0 to generate html. Otherwise, use texi2html..
 html:           $(GFORTH_TEXI)  html:           $(GFORTH_TEXI)

Removed from v.1.222  
changed lines
  Added in v.1.223


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