[gforth] / gforth / Makefile.in  

gforth: gforth/Makefile.in

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

version 1.223, Wed Aug 14 09:00:22 2002 UTC version 1.224, Fri Aug 16 09:43:48 2002 UTC
Line 786 
Line 786 
                 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


Generate output suitable for use with a patch program
Legend:
Removed from v.1.223  
changed lines
  Added in v.1.224

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help