changeset 819:651ab12ec97b

[project @ 1994-10-15 04:30:04 by jwe]
author jwe
date Sat, 15 Oct 1994 04:31:28 +0000
parents 238071e680a7
children c1af36e4ed06
files doinstall.sh octMakefile.in
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doinstall.sh	Sat Oct 15 03:27:32 1994 +0000
+++ b/doinstall.sh	Sat Oct 15 04:31:28 1994 +0000
@@ -155,6 +155,10 @@
   chmod 755 $bindir/octave.bin
 fi
 
+echo "installing octtopnm as $archlibdir/octtopnm"
+cp octtopnm $archlibdir/octtopnm
+chmod 755 $archlibdir/octtopnm
+
 echo "installing octave-bug as $bindir/octave-bug"
 cp octave-bug $bindir/octave-bug
 chmod 755 $bindir/octave-bug
--- a/octMakefile.in	Sat Oct 15 03:27:32 1994 +0000
+++ b/octMakefile.in	Sat Oct 15 04:31:28 1994 +0000
@@ -205,6 +205,8 @@
 	strip src/octave
 	echo octave-$(version) > .fname
 	ln src/octave `cat .fname`/octave
+	strip scripts/image/octtopnm
+	ln scripts/image/octtopnm `cat .fname`/octtopnm
 	tar chf `cat .fname`.tar `cat .fname`
 	rm -rf `cat .fname`
 .PHONY: bin-dist-tar