Diff for /gforth/Makefile.in between versions 1.277 and 1.278

version 1.277, 2003/08/28 16:08:30 version 1.278, 2003/08/31 17:41:23
Line 88  FORTHK = $(ENGINE) $(FORTHKFLAGS) Line 88  FORTHK = $(ENGINE) $(FORTHKFLAGS)
 STARTUP = -e 3 exboot.fs startup.fs @asm_fs@ @disasm_fs@  STARTUP = -e 3 exboot.fs startup.fs @asm_fs@ @disasm_fs@
 STRIP   = strip  STRIP   = strip
 TEXI2DVI = texi2dvi -e  TEXI2DVI = texi2dvi -e
 DVI2PS  = dvips -t letterSize -Z  TEXI2PDF = texi2dvi --pdf -e
   DVI2PS  = dvips -Pcmz -t letterSize -Z
 #you can get texi2html from http://wwwcn.cern.ch/dci/texi2html/  #you can get texi2html from http://wwwcn.cern.ch/dci/texi2html/
 MAKEINFO = makeinfo  MAKEINFO = makeinfo
 TEXI2HTML = texi2html  TEXI2HTML = texi2html
Line 849  checkdoc: doc/gforth.ds prim.b ds2texi.f Line 850  checkdoc: doc/gforth.ds prim.b ds2texi.f
   
 dvi:            doc/gforth.dvi doc/vmgen.dvi  dvi:            doc/gforth.dvi doc/vmgen.dvi
   
   pdf:            doc/gforth.pdf doc/vmgen.pdf
   
 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/gforth.pdf: $(GFORTH_TEXI)
                   cd doc; $(TEXI2PDF) gforth.texi
   
 doc/vmgen.dvi:  $(VMGEN_TEXI)  doc/vmgen.dvi:  $(VMGEN_TEXI)
                 cd doc; $(TEXI2DVI) vmgen.texi                  cd doc; $(TEXI2DVI) vmgen.texi
   
   doc/vmgen.pdf:  $(VMGEN_TEXI)
                   cd doc; $(TEXI2PDF) vmgen.texi
   
 doc/gforth.ps:  doc/gforth.dvi  doc/gforth.ps:  doc/gforth.dvi
                 $(DVI2PS) doc/gforth.dvi -o $@                  $(DVI2PS) doc/gforth.dvi -o $@
   

Removed from v.1.277  
changed lines
  Added in v.1.278


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