Mercurial > hg > octave-nkf
comparison octMakefile.in @ 5913:e915287e3ef9
[project @ 2006-07-28 17:06:14 by jwe]
author | jwe |
---|---|
date | Fri, 28 Jul 2006 17:06:15 +0000 |
parents | f9ac7ebf0e19 |
children | ee50f74d1dd7 |
comparison
equal
deleted
inserted
replaced
5912:f082d9854398 | 5913:e915287e3ef9 |
---|---|
153 # Rules for making a source distribution. | 153 # Rules for making a source distribution. |
154 | 154 |
155 dist-info-files: INSTALL.OCTAVE BUGS | 155 dist-info-files: INSTALL.OCTAVE BUGS |
156 .PHONY: dist-info-files | 156 .PHONY: dist-info-files |
157 | 157 |
158 # The dist target depends on all because we use Octave to build some | |
159 # figures for the manual. It's best to create those figures with the | |
160 # version of Octave that we are distributing (it may even be required). | |
161 | |
158 dist: all dist-info-files | 162 dist: all dist-info-files |
159 echo octave-$(version) > .fname | 163 echo octave-$(version) > .fname |
160 rm -rf `cat .fname` | 164 rm -rf `cat .fname` |
161 mkdir `cat .fname` | 165 mkdir `cat .fname` |
162 ln $(DISTFILES) `cat .fname` | 166 ln $(DISTFILES) `cat .fname` |