X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=2a5a10888d18e5cc97374c409f34fe16c60d8674;hp=06bf854e3cd342f530cd4364804076f52deada6f;hb=c4da34c70ce1b9e3803317ebfe48b162cf9d3408;hpb=83a7ee99a947cbbf331018b803ad6be43a9ccd45 diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 06bf854e..2a5a1088 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -1,14 +1,14 @@ ## Process this file with automake to produce Makefile.in EXFILES = archive1.cpp compile1.cpp compile2.cpp compile3.cpp lanczos.cpp \ - mystring.cpp + mystring.cpp derivative.cpp TEXI = ginac-examples.texi info_TEXINFOS = $(TEXI) -TXT = $(addsuffix .txt, $(basename $(TEXI))) -HTML = $(addsuffix .html, $(basename $(TEXI))) +TXT = ginac-examples.txt +HTML = ginac-examples.html all: $(EXFILES) ${MAKEINFO} --no-split --no-headers $(srcdir)/$(TEXI) > $(TXT)