]> www.ginac.de Git - ginac.git/blobdiff - Makefile.in
- extended the "Algorithms" chapter which has been renamed to "Methods and
[ginac.git] / Makefile.in
index 3f48f733e7dee537a92c25dcb3faa58991709f77..1ab8391310b4f11aeba8c7fb60b556b77c5f648e 100644 (file)
@@ -84,6 +84,7 @@ GINSH_LIBS = @GINSH_LIBS@
 LATEX = @LATEX@
 LEX = @LEX@
 LIBGINACCINT = @LIBGINACCINT@
+LIBTERMCAP = @LIBTERMCAP@
 LIBTOOL = @LIBTOOL@
 LN_S = @LN_S@
 LT_AGE = @LT_AGE@
@@ -103,6 +104,7 @@ VERSION = @VERSION@
 YACC = @YACC@
 
 SUBDIRS = @GINACCINTDIR@ ginac check ginsh tools doc
+DIST_SUBDIRS = cint ginac check ginsh tools doc
 
 # Requires automake 1.4
 AUTOMAKE_OPTIONS = 1.4
@@ -364,7 +366,7 @@ distdir: $(DISTFILES)
            || cp -p $$d/$$file $(distdir)/$$file || :; \
          fi; \
        done
-       for subdir in $(SUBDIRS); do \
+       for subdir in $(DIST_SUBDIRS); do \
          if test "$$subdir" = .; then :; else \
            test -d $(distdir)/$$subdir \
            || mkdir $(distdir)/$$subdir \