--- gforth/Makefile.in 1998/07/05 20:49:58 1.113 +++ gforth/Makefile.in 1998/07/10 22:37:27 1.115 @@ -68,7 +68,7 @@ FORTHK = ./gforth $(FORTHKFLAGS) FORTHP = ./gforth --die-on-signal -i ./$(kernel_fi) STRIP = strip TEXI2DVI = texi2dvi -DVI2PS = dvips -D300 +DVI2PS = dvips -Z #you can get texi2html from http://wwwcn.cern.ch/dci/texi2html/ TEXI2HTML = texi2html MAKEINFO = makeinfo @@ -648,10 +648,13 @@ doc/gforth.info doc/gforth.info-*: $(GFO -cd doc; $(MAKEINFO) gforth.texi html: $(GFORTH_TEXI) - -$(RM) html/* + -$(RMTREE) html -mkdir html cd html; $(TEXI2HTML) -menu -split_node ../doc/gforth.texi +doc/gforth.txt: $(GFORTH_TEXI) + -cd doc; $(MAKEINFO) --no-headers --no-split gforth.texi >gforth.txt + doc: doc/gforth.ps html # For an explanation of the following Makefile rules, see node