]> www.ginac.de Git - ginac.git/blobdiff - doc/Makefile.in
- building GiNaC will no longer bomb if Doxygen is not present
[ginac.git] / doc / Makefile.in
index e3e1214e08ec43aa4cbf5e768c58b3937195b0f8..4b5fd5586d5e811c24b74ddadd108c97fd294bdb 100644 (file)
@@ -104,7 +104,7 @@ DIST_COMMON =  Makefile.am Makefile.in
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
-TAR = tar
+TAR = gtar
 GZIP_ENV = --best
 all: all-redirect
 .SUFFIXES:
@@ -218,7 +218,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 \