X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=Makefile.in;h=7e2ca91d188d584a0abec1dc6c030241a4b01ef5;hp=3f48f733e7dee537a92c25dcb3faa58991709f77;hb=298104ffd6cdee39d045d6a742d91bb09cbcea52;hpb=11b04edda530b248b849d46fb310a9fad1c1892f diff --git a/Makefile.in b/Makefile.in index 3f48f733..7e2ca91d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \