1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00
This commit is contained in:
Jim Meyering
1994-11-04 14:48:40 +00:00
parent cda4ac2e91
commit 05bcdf4d41

View File

@@ -82,7 +82,10 @@ realclean: distclean
distdir = ../`cat ../distname`/$(subdir)
dist: $(DISTFILES)
ln $(DISTFILES) $(distdir)
for file in $(DISTFILES); do \
ln $$file $(distdir) \
|| { echo copying $$file instead; cp -p $$file $(distdir);}; \
done
subdir = doc
Makefile: ../config.status Makefile.in