Tag
Hash :
9eb2ffa7
Author :
Date :
1995-12-05T06:16:51
Many cleanups. Added --strictness option.
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
dist: $(DISTFILES)
@for file in $(DISTFILES); do \
## See dist-subd-top.am to understand this.
test -f $(distdir)/$$file || { \
echo linking $$file; \
ln $(srcdir)/$$file $(distdir)/$$file; \
} || { \
echo copying $$file instead; \
cp -p $(srcdir)/$$file $(distdir)/$$file; \
}; \
done