]> www.ginac.de Git - ginac.git/blobdiff - Makefile.in
- extended the "Algorithms" chapter which has been renamed to "Methods and
[ginac.git] / Makefile.in
index fd63e6e66b41be8a9e6f5cd9819a7fbd7553d349..1ab8391310b4f11aeba8c7fb60b556b77c5f648e 100644 (file)
@@ -359,7 +359,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 \