]> www.ginac.de Git - ginac.git/blob - doc/examples/Makefile.am
[build] Rewrite ginsh related sed scripts in python.
[ginac.git] / doc / examples / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 EXFILES = archive1.cpp compile1.cpp compile2.cpp compile3.cpp lanczos.cpp \
4  mystring.cpp derivative.cpp
5
6 TEXI = ginac-examples.texi
7
8 info_TEXINFOS = $(TEXI)
9
10 TXT = ginac-examples.txt
11 HTML = ginac-examples.html
12
13 all: $(EXFILES)
14         ${MAKEINFO} --no-split --no-headers $(srcdir)/$(TEXI) > $(TXT)
15         ${MAKEINFO} --no-split --html $(srcdir)/$(TEXI)
16
17 CLEANFILES = $(TXT) $(HTML)
18
19 EXTRA_DIST = $(EXFILES)