]> www.ginac.de Git - ginac.git/blobdiff - doc/Makefile.in
- speedup by declaring x_pt and so on const
[ginac.git] / doc / Makefile.in
index 2498724b46169e857f3535e247a85fdb07d06b0f..4a11c86ad2afd723d04634719f786a65dfbb99a6 100644 (file)
@@ -267,7 +267,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 \