]> www.ginac.de Git - ginac.git/blob - doc/examples/Makefile.am
Merge commit 'origin/master'
[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 HTML = $(addsuffix .html, $(basename $(TEXI)))
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)