diff octMakefile.in @ 5776:1182d6852172

[project @ 2006-04-26 01:23:17 by jwe]
author jwe
date Wed, 26 Apr 2006 01:23:17 +0000
parents f8e4679b420f
children c3e8552402ab
line wrap: on
line diff
--- a/octMakefile.in	Mon Apr 24 19:13:11 2006 +0000
+++ b/octMakefile.in	Wed Apr 26 01:23:17 2006 +0000
@@ -29,7 +29,7 @@
 	README.MachTen README.kpathsea ROADMAP SENDING-PATCHES \
 	THANKS move-if-change octave-sh octave-bug.in \
 	octave-config.in mk-opts.pl mkinstalldirs \
-	mkoctfile.in ChangeLog ChangeLog.[0-9]
+	mkoctfile.in run-octave.in gdbinit.in ChangeLog ChangeLog.[0-9]
 
 # Complete directory trees to distribute.
 DISTDIRS = # plplot
@@ -81,6 +81,13 @@
 	@$(do-subst-config-vals)
 	chmod a+rx $@
 
+run-octave: run-octave.in Makeconf octMakefile
+	@$(do-subst-script-vals)
+	chmod a+rx "$@"
+
+.gdbinit: gdbinit.in Makeconf octMakefile
+	$(do-subst-script-vals)
+
 check:
 	$(MAKE) -C test check
 .PHONY: check