]> www.ginac.de Git - ginac.git/blobdiff - doc/Makefile.in
- ginsh now includes "ginac.h" when compiled as part of the GiNaC package,
[ginac.git] / doc / Makefile.in
index 6fa6eccbcc4d065f8c97e0f9c5206e1e1880f028..7b5a3f9ba43b455965578f58d737d9e4e46168cd 100644 (file)
@@ -274,7 +274,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 \