Hash : 799ca1c4 Author : Date : 1995-11-12T18:49:38
Changed to conform to new top-level dist target.
Download
1 2 3 4 5 6 7 8
distdir = $(PACKAGE)-$(VERSION)/$(subdir) dist: $(DIST_FILES) $(DIST_DIRS) @for file in $(DIST_FILES); do \ echo linking $$file; \ ln $(srcdir)/$$file $(distdir)/$$file || \ { echo copying $$file instead; cp -p $(srcdir)/$$file $(distdir)/$$file;}; \ done