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