]> www.ginac.de Git - ginac.git/blob - doc/examples/Makefile.am
Additional transformations for mul and power [Sheplyakov].
[ginac.git] / doc / examples / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 EXFILES = archive1.cpp
4
5 TEXINFO_TEX = ../tutorial/texinfo.tex
6
7 info_TEXINFOS = ginac-examples.texi
8
9 all: $(EXFILES)
10         ${MAKEINFO} --no-split --no-headers $(srcdir)/ginac-examples.texi > ginac-examples.txt
11         ${MAKEINFO} --no-split --html $(srcdir)/ginac-examples.texi
12
13 EXTRA_DIST = $(EXFILES)