diff octMakefile.in @ 6290:750b40fe7b02

[project @ 2007-02-08 20:58:46 by jwe]
author jwe
date Thu, 08 Feb 2007 20:58:46 +0000
parents f1676652d808
children 61091f4af6e4
line wrap: on
line diff
--- a/octMakefile.in	Thu Feb 08 20:06:55 2007 +0000
+++ b/octMakefile.in	Thu Feb 08 20:58:46 2007 +0000
@@ -58,7 +58,7 @@
 
 SHELL_SCRIPTS = octave-bug octave-config mkoctfile run-octave
 
-all: $(SHELL_SCRIPTS) $(filter-out libcruft liboctave, $(SUBDIRS))
+all: $(SHELL_SCRIPTS) $(filter-out libcruft liboctave, $(SUBDIRS)) dist-info-files
 .PHONY: all
 
 src: liboctave
@@ -162,7 +162,7 @@
 # figures for the manual.  It's best to create those figures with the
 # version of Octave that we are distributing (it may even be required).
 
-dist: all dist-info-files
+dist: all
 	echo octave-$(version) > .fname
 	rm -rf `cat .fname`
 	mkdir `cat .fname`