]> www.ginac.de Git - ginac.git/blobdiff - doc/tutorial/Makefile.in
- texinfo.tex: upgraded to newest version from FSF.
[ginac.git] / doc / tutorial / Makefile.in
index 7b0a861eb9b413270b96b361a3e22831ca655c56..2bad576a3261f7e006795111d99fcf58ea99a437 100644 (file)
@@ -85,7 +85,7 @@ GINACLIB_VERSION = @GINACLIB_VERSION@
 GINSH_LIBS = @GINSH_LIBS@
 LATEX = @LATEX@
 LEX = @LEX@
-LIBGINACCINT = @LIBGINACCINT@
+LIBTERMCAP = @LIBTERMCAP@
 LIBTOOL = @LIBTOOL@
 LN_S = @LN_S@
 LT_AGE = @LT_AGE@
@@ -325,7 +325,7 @@ distdir: $(DISTFILES)
        @for file in $(DISTFILES); do \
          d=$(srcdir); \
          if test -d $$d/$$file; then \
-           cp -pr $$/$$file $(distdir)/$$file; \
+           cp -pr $$d/$$file $(distdir)/$$file; \
          else \
            test -f $(distdir)/$$file \
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \