| 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 |