]> www.ginac.de Git - ginac.git/blobdiff - doc/reference/Makefile.in
- Adjusted build-environment for "Cint without crutches" (tm).
[ginac.git] / doc / reference / Makefile.in
index a150803c2ec30465baebc5be898101c26987373c..3dc30eb99ec1b2a375c307982f847f62a1dc6141 100644 (file)
@@ -86,7 +86,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@
@@ -168,7 +168,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 \