changeset 569:9a204e17cbf8

[project @ 1994-07-26 21:08:56 by jwe]
author jwe
date Tue, 26 Jul 1994 21:08:56 +0000
parents facf05265e62
children cc79ed98c391
files scripts/Makefile.in
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/Makefile.in	Tue Jul 26 13:44:18 1994 +0000
+++ b/scripts/Makefile.in	Tue Jul 26 21:08:56 1994 +0000
@@ -18,6 +18,8 @@
 
 DISTFILES = Makefile.in $(SOURCES)
 
+DISTDIRS = amr-image
+
 MFILES = $(wildcard $(srcdir)/*.m)
 MFILES_NO_DIR = $(notdir $(MFILES))
 
@@ -76,8 +78,10 @@
 
 local-dist:
 	ln $(DISTFILES) ../`cat ../.fname`/scripts
+	for dir in $(DISTDIRS); do ln -s ../../scripts/$$dir ../`cat ../.fname`/scripts ; done
 .PHONY: local-dist
 
 dist:
 	ln $(DISTFILES) ../`cat ../.fname`/scripts
+	for dir in $(DISTDIRS); do ln -s ../../scripts/$$dir ../`cat ../.fname`/scripts ; done
 .PHONY: dist