]> www.ginac.de Git - ginac.git/blobdiff - doc/tutorial/Makefile.in
- renamed archive::dump() to archive::printraw() for consistency with the
[ginac.git] / doc / tutorial / Makefile.in
index 92f9ec15058afa604de0de38ab7dd63e5935b1e8..820db8e54f670d531d9374d45ece518cd041d55b 100644 (file)
@@ -61,6 +61,8 @@ PRE_UNINSTALL = :
 POST_UNINSTALL = :
 host_alias = @host_alias@
 host_triplet = @host@
+ARCHIVE_AGE = @ARCHIVE_AGE@
+ARCHIVE_VERSION = @ARCHIVE_VERSION@
 AS = @AS@
 CC = @CC@
 CXX = @CXX@
@@ -315,7 +317,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 \
@@ -394,8 +396,8 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
 %.eps: %.fig
        @if [ "${FIG2DEV}" ]; then \
-         echo "Running ${FIG2DEV} -L ps -m 0.9 $< $@..."; \
-         ${FIG2DEV} -L ps -m 0.9 $< $@; \
+         echo "Running ${FIG2DEV} -L eps -m 0.9 $< $@..."; \
+         ${FIG2DEV} -L eps -m 0.9 $< $@; \
        else \
          echo "warning: fig2dev was not found by configure"; \
        fi