From: Alexei Sheplyakov Date: Tue, 9 Sep 2008 10:44:25 +0000 (+0400) Subject: build: shut up automake warnings, don't use GNU make extensions. X-Git-Tag: release_1-5-0~63^2 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=c647bf0942d660691272a8a2f4d7e5a3c0f6eb0f build: shut up automake warnings, don't use GNU make extensions. Not that I really care about non-GNU makes, but those warnings are a bit annoying and can hide useful ones. --- diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 06bf854e..ef8d4d14 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -7,8 +7,8 @@ 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) diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am index d36fb8a7..d855fda6 100644 --- a/doc/tutorial/Makefile.am +++ b/doc/tutorial/Makefile.am @@ -8,9 +8,9 @@ if CONFIG_TEX if CONFIG_FIG2DEV # Graphics file conversion -PNG = $(addsuffix .png, $(basename $(FIG))) -EPS = $(addsuffix .eps, $(basename $(FIG))) -PDF = $(addsuffix .pdf, $(basename $(FIG))) +PNG = classhierarchy.png repnaive.png reppair.png repreal.png +EPS = classhierarchy.eps repnaive.eps reppair.eps repreal.eps +PDF = classhierarchy.pdf repnaive.pdf reppair.pdf repreal.pdf SUFFIXES = .fig .png .eps