X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=Makefile.in;h=6dae83854735e1ac4e3819717fcc1f0a13c8ecc0;hp=3f48f733e7dee537a92c25dcb3faa58991709f77;hb=9d22692238af9dd0875b5ed849e6ce3a3d503a87;hpb=5ed82a8b4158d90bbe0ac155f28fc3db42d76d51 diff --git a/Makefile.in b/Makefile.in index 3f48f733..6dae8385 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 @@ -357,14 +358,14 @@ 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 \ || 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 \