1 include $(top_srcdir)/common.mk
3 TEXINFO_TEX=$(top_srcdir)/doc/info/texinfo.tex
4 TEXIINITFILE=$(top_builddir)/doc/info/@TEXI2HTML@
8 info_TEXINFOS = xmaxima.texi
10 all-local: xmaxima.html
12 xmaxima.html : xmaxima.texi $(top_builddir)/doc/info/texi2html.init $(top_srcdir)/doc/info/manual.css
13 $(MAKEINFO) --html -c TEXI2HTML=1 --split=chapter --document-lang=en --output=. --css-include=$(top_srcdir)/doc/info/manual.css --init-file $(TEXIINITFILE) $<
14 $(MAKEINFO) --html -c TEXI2HTML=1 --no-split --document-lang=en --output=xmaxima_singlepage.html --css-include=$(top_srcdir)/doc/info/manual.css --init-file $(TEXIINITFILE) $<
17 htmlinstdir = $(xmaximadir)/html
18 include $(top_srcdir)/common-html.mk
21 CLEANFILES = xmaxima_toc.html xmaxima.html