]> www.ginac.de Git - ginac.git/blobdiff - doc/Makefile.in
- renamed archive::dump() to archive::printraw() for consistency with the
[ginac.git] / doc / Makefile.in
index 480df48e487d6daa9f1c37067adab7f77f3f87b1..b6902514b620ee3e08c0d32ec8c2fb481c4a126e 100644 (file)
@@ -269,7 +269,7 @@ distdir: $(DISTFILES)
        @for file in $(DISTFILES); do \
          d=$(srcdir); \
          if test -d $$d/$$file; then \
-           cp -pr $$d/$$file $(distdir)/$$file; \
+           cp -pr $$/$$file $(distdir)/$$file; \
          else \
            test -f $(distdir)/$$file \
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \