]> www.ginac.de Git - ginac.git/blobdiff - doc/tutorial/Makefile.in
- change triggered by newer automake version
[ginac.git] / doc / tutorial / Makefile.in
index 61e091f599d83094a96edb4321671d0441b145c3..e4b36e70be03e15a5e02ff745f7d30b67fcb25b5 100644 (file)
@@ -317,7 +317,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 \