changeset 693:2622e4cf6cfe

[project @ 1994-09-10 16:48:29 by jwe]
author jwe
date Sat, 10 Sep 1994 16:48:29 +0000
parents 6b0f16bede57
children 01b960f9401e
files octMakefile.in
diffstat 1 files changed, 15 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/octMakefile.in	Sat Sep 10 16:45:05 1994 +0000
+++ b/octMakefile.in	Sat Sep 10 16:48:29 1994 +0000
@@ -151,6 +151,12 @@
 	rm -rf `cat .fname` .fname
 .PHONY: clean-tar
 
+dist-z:
+	echo octave-$(version).tar > .fname
+	gzip --best `cat .fname`
+	rm -f .fname
+.PHONY: dist-z
+
 # Rules for making a source distribution.
 
 links-for-dist: octave.info INSTALL.info BUGS.info
@@ -238,11 +244,7 @@
 local-dist: clean-local-dist-tar
 .PHONY: local-dist
 
-dist-z:
-	echo octave-$(version).tar > .fname
-	gzip --best `cat .fname`
-	rm -f .fname
-.PHONY: dist-z
+# Rules for splitting a distribution.
 
 split-dist:
 	echo octave-$(version).tar.gz > .fname
@@ -256,7 +258,14 @@
 	rm -f .fname
 .PHONY: split-local-dist
 
-snapshot: snapshot-version dist dist-z
+# Rules for making a snapshot.
+
+snapshot-z: snapshot-version
+	$(MAKE) dist
+	$(MAKE) dist-z
+.PHONY: snapshot-z
+
+snapshot: snapshot-z
 .PHONY: snapshot
 
 snapshot-version: