]> www.ginac.de Git - ginac.git/blobdiff - doc/tutorial/Makefile.in
- changes triggered by fucking new version of automake
[ginac.git] / doc / tutorial / Makefile.in
index 7b0a861eb9b413270b96b361a3e22831ca655c56..0964c1aaf165b5f7cbfc299fdcdf453597deff96 100644 (file)
@@ -325,7 +325,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 \