comparison octMakefile.in @ 1524:8ec94342ce34

[project @ 1995-10-04 06:42:35 by jwe]
author jwe
date Wed, 04 Oct 1995 06:42:35 +0000
parents f079328d7a2e
children a3e4d62de24c
comparison
equal deleted inserted replaced
1523:c90e48a49a44 1524:8ec94342ce34
131 rm -rf `cat .fname` .fname 131 rm -rf `cat .fname` .fname
132 .PHONY: clean-tar 132 .PHONY: clean-tar
133 133
134 dist-z: 134 dist-z:
135 echo octave-$(version) > .fname 135 echo octave-$(version) > .fname
136 rm -f `cat .fname`.tar.gz
136 gzip --best `cat .fname`.tar 137 gzip --best `cat .fname`.tar
137 rm -f .fname 138 rm -f .fname
138 .PHONY: dist-z 139 .PHONY: dist-z
139 140
140 # Rules for making a source distribution. 141 # Rules for making a source distribution.