]> www.ginac.de Git - ginac.git/commitdiff
Fixed make distcheck issues.
authorJens Vollinga <jensv@balin.nikhef.nl>
Thu, 27 Mar 2008 10:08:09 +0000 (11:08 +0100)
committerJens Vollinga <jensv@balin.nikhef.nl>
Thu, 27 Mar 2008 10:08:09 +0000 (11:08 +0100)
check/Makefile.am
doc/examples/Makefile.am
doc/tutorial/Makefile.am
doc/tutorial/classhierarchy.txt [deleted file]
doc/tutorial/repnaive.txt [deleted file]
doc/tutorial/reppair.txt [deleted file]
doc/tutorial/repreal.txt [deleted file]

index d7f372b1146ce516eb6dec3026680cc517c322ad..3c9182d0fb46868e0b024f9e5ad8bbcf7e040f5b 100644 (file)
@@ -216,3 +216,5 @@ time_fateman_expand_SOURCES = time_fateman_expand.cpp \
 time_fateman_expand_LDADD = ../ginac/libginac.la
 
 AM_CPPFLAGS = -I$(srcdir)/../ginac -I../ginac
+
+CLEANFILES = exam.gar
index e63da35b5507eb9aea049df6a1685bd0388d6b40..06bf854e3cd342f530cd4364804076f52deada6f 100644 (file)
@@ -8,11 +8,12 @@ TEXI = ginac-examples.texi
 info_TEXINFOS = $(TEXI)
 
 TXT = $(addsuffix .txt, $(basename $(TEXI)))
+HTML = $(addsuffix .html, $(basename $(TEXI)))
 
 all: $(EXFILES)
        ${MAKEINFO} --no-split --no-headers $(srcdir)/$(TEXI) > $(TXT)
        ${MAKEINFO} --no-split --html $(srcdir)/$(TEXI)
 
-CLEANFILES = $(TXT)
+CLEANFILES = $(TXT) $(HTML)
 
 EXTRA_DIST = $(EXFILES)
index 2d23965fae29d51bb2a190e1f49184922986bb90..d36fb8a7af30d4e5c4ea5b5d6a3f5f214eb4ee7c 100644 (file)
@@ -1,7 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
 FIG = classhierarchy.fig repnaive.fig reppair.fig repreal.fig
-TXT = $(addsuffix .txt, $(basename $(FIG)))
 info_TEXINFOS =
 AM_MAKEINFOHTMLFLAGS = --no-split
 
@@ -13,7 +12,7 @@ PNG = $(addsuffix .png, $(basename $(FIG)))
 EPS = $(addsuffix .eps, $(basename $(FIG)))
 PDF = $(addsuffix .pdf, $(basename $(FIG)))
 
-SUFFIXES = .fig .png .eps .txt
+SUFFIXES = .fig .png .eps
 
 .fig.eps:
          echo "Running ${FIG2DEV} -L eps -m 0.9 $< $@..."; \
@@ -39,4 +38,4 @@ endif
 ## CONFIG_TEX
 endif
 
-EXTRA_DIST = $(FIG) $(TXT)
+EXTRA_DIST = $(FIG)
diff --git a/doc/tutorial/classhierarchy.txt b/doc/tutorial/classhierarchy.txt
deleted file mode 100644 (file)
index e312dcc..0000000
+++ /dev/null
@@ -1 +0,0 @@
-<picture missing>
diff --git a/doc/tutorial/repnaive.txt b/doc/tutorial/repnaive.txt
deleted file mode 100644 (file)
index e312dcc..0000000
+++ /dev/null
@@ -1 +0,0 @@
-<picture missing>
diff --git a/doc/tutorial/reppair.txt b/doc/tutorial/reppair.txt
deleted file mode 100644 (file)
index e312dcc..0000000
+++ /dev/null
@@ -1 +0,0 @@
-<picture missing>
diff --git a/doc/tutorial/repreal.txt b/doc/tutorial/repreal.txt
deleted file mode 100644 (file)
index e312dcc..0000000
+++ /dev/null
@@ -1 +0,0 @@
-<picture missing>