]> www.ginac.de Git - ginac.git/commitdiff
build: shut up automake warnings, don't use GNU make extensions.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Tue, 9 Sep 2008 10:44:25 +0000 (14:44 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Tue, 9 Sep 2008 10:44:25 +0000 (14:44 +0400)
Not that I really care about non-GNU makes, but those warnings are a bit
annoying and can hide useful ones.

doc/examples/Makefile.am
doc/tutorial/Makefile.am

index 06bf854e3cd342f530cd4364804076f52deada6f..ef8d4d1421ad57b38b27b84691df47ccf4f3eee0 100644 (file)
@@ -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)
index d36fb8a7af30d4e5c4ea5b5d6a3f5f214eb4ee7c..d855fda6aec746bccc8faf6fe877098655e3506c 100644 (file)
@@ -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