]> www.ginac.de Git - ginac.git/blobdiff - Makefile.in
- texinfo.tex: upgraded to newest version from FSF.
[ginac.git] / Makefile.in
index 6dae83854735e1ac4e3819717fcc1f0a13c8ecc0..b89783a850af8ade07bfb582b6a11ab0979b3800 100644 (file)
@@ -83,7 +83,7 @@ GINACLIB_VERSION = @GINACLIB_VERSION@
 GINSH_LIBS = @GINSH_LIBS@
 LATEX = @LATEX@
 LEX = @LEX@
-LIBGINACCINT = @LIBGINACCINT@
+LIBTERMCAP = @LIBTERMCAP@
 LIBTOOL = @LIBTOOL@
 LN_S = @LN_S@
 LT_AGE = @LT_AGE@
@@ -102,7 +102,7 @@ TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
 VERSION = @VERSION@
 YACC = @YACC@
 
-SUBDIRS = @GINACCINTDIR@ ginac check ginsh tools doc
+SUBDIRS = ginac check ginsh tools @GINACCINTDIR@ doc
 DIST_SUBDIRS = cint ginac check ginsh tools doc
 
 # Requires automake 1.4
@@ -358,7 +358,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 \