]> www.ginac.de Git - ginac.git/blob - doc/examples/Makefile.am
Added CLEANFILES.
[ginac.git] / doc / examples / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 EXFILES = archive1.cpp
4
5 TEXI = ginac-examples.texi
6
7 info_TEXINFOS = $(TEXI)
8
9 TXT = $(addsuffix .txt, $(basename $(TEXI)))
10
11 all: $(EXFILES)
12         ${MAKEINFO} --no-split --no-headers $(srcdir)/$(TEXI) > $(TXT)
13         ${MAKEINFO} --no-split --html $(srcdir)/$(TEXI)
14
15 CLEANFILES = $(TXT)
16
17 EXTRA_DIST = $(EXFILES)