]> www.ginac.de Git - ginac.git/blobdiff - Makefile.in
- Version and date reflect 0.5.3
[ginac.git] / Makefile.in
index 3f48f733e7dee537a92c25dcb3faa58991709f77..7e2ca91d188d584a0abec1dc6c030241a4b01ef5 100644 (file)
@@ -103,6 +103,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 +365,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 \