Diff for /gforth/Makefile.in between versions 1.110 and 1.111

version 1.110, 1998/06/04 16:17:36 version 1.111, 1998/06/04 17:10:29
Line 210  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC) Line 210  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC)
 COMPAT  = compat/CVS compat/README compat/control.fs compat/anslocal.fs \  COMPAT  = compat/CVS compat/README compat/control.fs compat/anslocal.fs \
         compat/struct.fs compat/loops.fs          compat/struct.fs compat/loops.fs
   
   GFORTH_TEXI =  doc/gforth.texi doc/version.texi
   
 ALLSUBDIRS = engine  ALLSUBDIRS = engine
   
 ARCHS = arch/generic/machine.h \  ARCHS = arch/generic/machine.h \
Line 635  checkdoc: doc/gforth.ds prim.b ds2texi.f Line 637  checkdoc: doc/gforth.ds prim.b ds2texi.f
   
 dvi:            doc/gforth.dvi  dvi:            doc/gforth.dvi
   
 doc/gforth.dvi doc/gforth.fns:  doc/gforth.texi  doc/gforth.dvi doc/gforth.fns:  $(GFORTH_TEXI)
                 cd doc; $(TEXI2DVI) gforth.texi                  cd doc; $(TEXI2DVI) gforth.texi
   
 doc/gforth.ps:  doc/gforth.dvi  doc/gforth.ps:  doc/gforth.dvi
Line 643  doc/gforth.ps: doc/gforth.dvi Line 645  doc/gforth.ps: doc/gforth.dvi
   
 info:           doc/gforth.info  info:           doc/gforth.info
   
 doc/gforth.info doc/gforth.info-*:      doc/gforth.texi  doc/gforth.info doc/gforth.info-*: $(GFORTH_TEXI)
                 -cd doc; $(MAKEINFO) gforth.texi                  -cd doc; $(MAKEINFO) gforth.texi
   
 html:           doc/gforth.texi  html:           $(GFORTH_TEXI)
                 -$(RM) html/*                  -$(RM) html/*
                 -mkdir html                  -mkdir html
                 cd html; $(TEXI2HTML) -menu -split_node ../doc/gforth.texi                  cd html; $(TEXI2HTML) -menu -split_node ../doc/gforth.texi
Line 655  doc:  doc/gforth.ps html Line 657  doc:  doc/gforth.ps html
   
 # For an explanation of the following Makefile rules, see node  # For an explanation of the following Makefile rules, see node
 # `Automatic Remaking' in GNU Autoconf documentation.  # `Automatic Remaking' in GNU Autoconf documentation.
 $(srcdir)/configure:    configure.in   $(srcdir)/configure:    configure.in aclocal.m4
                 cd $(srcdir) && autoconf                  cd $(srcdir) && autoconf
   
   aclocal.m4:     acinclude.m4 configure.in
                   aclocal
   
 # autoheader might not change config.h.in, so touch a stamp file.  # autoheader might not change config.h.in, so touch a stamp file.
 config.h.in:    stamp-h.in  config.h.in:    stamp-h.in
 stamp-h.in:     configure.in  acconfig.h  stamp-h.in:     configure.in  acconfig.h

Removed from v.1.110  
changed lines
  Added in v.1.111


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