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

version 1.223, 2002/08/14 09:00:22 version 1.224, 2002/08/16 09:43:48
Line 786  doc/vmgen.info: $(VMGEN_TEXI) Line 786  doc/vmgen.info: $(VMGEN_TEXI)
                 cd doc; $(MAKEINFO) vmgen.texi                  cd doc; $(MAKEINFO) vmgen.texi
   
   
 ### need makeinfo 4.0 to generate html. Otherwise, use texi2html..  ### need makeinfo 4.2 to generate html with these rules
 html:           $(GFORTH_TEXI)  doc/gforth: $(GFORTH_TEXI)
                 -$(RMTREE) html          cd doc; $(MAKEINFO) --html gforth.texi
                 -mkdir html  
                 cd html; $(MAKEINFO) --html -I ../doc ../doc/gforth.texi  doc/vmgen: $(VMGEN_TEXI)
 ###             cd html; $(TEXI2HTML) -menu -split_node ../doc/gforth.texi          cd doc; $(MAKEINFO) --html vmgen.texi
   
 doc/gforth.txt: $(GFORTH_TEXI)  doc/gforth.txt: $(GFORTH_TEXI)
                 -cd doc; $(MAKEINFO) --no-headers --no-split gforth.texi >gforth.txt                  -cd doc; $(MAKEINFO) --no-headers --no-split gforth.texi >gforth.txt
   
   doc/vmgen.txt:  $(VMGEN_TEXI)
                   -cd doc; $(MAKEINFO) --no-headers --no-split vmgen.texi >vmgen.txt
   
 doc:            info html doc/gforth.ps doc/gforth.txt TAGS  doc:            info html doc/gforth.ps doc/gforth.txt TAGS
   
 # For an explanation of the following Makefile rules, see node  # For an explanation of the following Makefile rules, see node

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


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