]> www.ginac.de Git - ginac.git/blobdiff - doc/tutorial/Makefile.in
*sigh* when will we move the Makefile.in's out of CVS?
[ginac.git] / doc / tutorial / Makefile.in
index 16fc4f9397a62c9624d8a795c7f010feffccc64a..255742932c946de6735f6e926e293c01c77b49b5 100644 (file)
@@ -86,7 +86,7 @@ GINSH_LIBS = @GINSH_LIBS@
 LATEX = @LATEX@
 LD = @LD@
 LEX = @LEX@
-LIBGINACCINT = @LIBGINACCINT@
+LIBTERMCAP = @LIBTERMCAP@
 LIBTOOL = @LIBTOOL@
 LN_S = @LN_S@
 LT_AGE = @LT_AGE@
@@ -327,7 +327,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 \