Mercurial > hg > octave-lyh
diff scripts/plot/Makefile.in @ 2624:7e24c1f29db4
[project @ 1997-01-26 04:40:00 by jwe]
author | jwe |
---|---|
date | Sun, 26 Jan 1997 04:40:10 +0000 |
parents | ccd72573a0cf |
children | 1dd37f97364a |
line wrap: on
line diff
--- a/scripts/plot/Makefile.in +++ b/scripts/plot/Makefile.in @@ -27,6 +27,8 @@ FCN_FILES = $(wildcard $(srcdir)/*.m) FCN_FILES_NO_DIR = $(notdir $(FCN_FILES)) +BINDISTFILES = $(FCN_FILES) + all: .PHONY: all @@ -67,3 +69,7 @@ dist: ln $(DISTFILES) ../../`cat ../../.fname`/scripts/plot .PHONY: dist + +bin-dist: + ln $(BINDISTFILES) ../../`cat ../../.fname`/scripts/plot +.PHONY: bin-dist