]> www.ginac.de Git - ginac.git/blobdiff - doc/Makefile.in
- diff() is now only defined on classes ex and basic, where it handles
[ginac.git] / doc / Makefile.in
index e2011169d9449af05c17bf3cf04f575a009f26af..6fa6eccbcc4d065f8c97e0f9c5206e1e1880f028 100644 (file)
@@ -64,6 +64,7 @@ ARCHIVE_VERSION = @ARCHIVE_VERSION@
 AS = @AS@
 CC = @CC@
 CINT = @CINT@
+CINTSYSDIR = @CINTSYSDIR@
 CXX = @CXX@
 CXXCPP = @CXXCPP@
 DLLTOOL = @DLLTOOL@
@@ -273,7 +274,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 \