]> www.ginac.de Git - ginac.git/blobdiff - doc/reference/Makefile.in
- Changed a few switches.
[ginac.git] / doc / reference / Makefile.in
index 152e777b7be0ea18850bd9a5f4e76a60931b803f..0931f3e08f2ea0b3c78f4f702289f09dc716797b 100644 (file)
@@ -163,7 +163,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 \