]> www.ginac.de Git - ginac.git/blob - doc/examples/Makefile.am
e63da35b5507eb9aea049df6a1685bd0388d6b40
[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
5
6 TEXI = ginac-examples.texi
7
8 info_TEXINFOS = $(TEXI)
9
10 TXT = $(addsuffix .txt, $(basename $(TEXI)))
11
12 all: $(EXFILES)
13         ${MAKEINFO} --no-split --no-headers $(srcdir)/$(TEXI) > $(TXT)
14         ${MAKEINFO} --no-split --html $(srcdir)/$(TEXI)
15
16 CLEANFILES = $(TXT)
17
18 EXTRA_DIST = $(EXFILES)