]> www.ginac.de Git - ginac.git/blobdiff - doc/tutorial/Makefile.in
- .txt files were missing from distribution
[ginac.git] / doc / tutorial / Makefile.in
index 5c201cbcdcea2eed99703b917676cb8c66ed4977..a1bcb6b98cf99b839a9b4c76d9996782940376d4 100644 (file)
@@ -100,8 +100,9 @@ YACC = @YACC@
 FIG = classhierarchy.fig repnaive.fig reppair.fig repreal.fig
 PNG = $(addsuffix .png, $(basename $(FIG)))
 EPS = $(addsuffix .eps, $(basename $(FIG)))
+TXT = $(addsuffix .txt, $(basename $(FIG)))
 
-SUFFIXES = .fig .png .eps
+SUFFIXES = .fig .png .eps .txt
 
 info_TEXINFOS = ginac.texi
 
@@ -110,7 +111,7 @@ ginactutorialdir = $(ginacdocdir)/tutorial
 ginactutorial_DATA = @TUTORIAL_TARGETS@
 
 CLEANFILES = $(EPS) $(PNG) ginac.html
-EXTRA_DIST = $(FIG)
+EXTRA_DIST = $(FIG) $(TXT)
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../../config.h
 CONFIG_CLEAN_FILES = 
@@ -130,7 +131,7 @@ TAR = tar
 GZIP_ENV = --best
 all: all-redirect
 .SUFFIXES:
-.SUFFIXES: .dvi .eps .fig .info .png .ps .texi .texinfo .txi
+.SUFFIXES: .dvi .eps .fig .info .png .ps .texi .texinfo .txi .txt
 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/tutorial/Makefile
 
@@ -312,7 +313,7 @@ distdir: $(DISTFILES)
        @for file in $(DISTFILES); do \
          d=$(srcdir); \
          if test -d $$d/$$file; then \
-           cp -pr $$d/$$file $(distdir)/$$file; \
+           cp -pr $$/$$file $(distdir)/$$file; \
          else \
            test -f $(distdir)/$$file \
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \