rtest4: in tests for SF bug #2905, invert case of all-upper and all-lower symbols...
[maxima.git] / interfaces / xmaxima / doc / Makefile.am
blob96fb45e58d51ffc299de5fc6819f6e3795ad1a98
1 include $(top_srcdir)/common.mk
3 TEXINFO_TEX=$(top_srcdir)/doc/info/texinfo.tex
4 TEXIINITFILE=$(top_builddir)/doc/info/@TEXI2HTML@
6 SUBDIRS = figures
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) $<
16 htmlname = *
17 htmlinstdir = $(xmaximadir)/html
18 include $(top_srcdir)/common-html.mk
21 CLEANFILES = xmaxima_toc.html xmaxima.html
23 clean-local:
24         rm -f xmaxima.info*
25         rm -f *.html