# HG changeset patch # User jwe # Date 782195488 0 # Node ID 651ab12ec97bd50b7d7021f4691cf741d1d0acae # Parent 238071e680a71d7a315def6573bb9ee7efbab917 [project @ 1994-10-15 04:30:04 by jwe] diff -r 238071e680a7 -r 651ab12ec97b doinstall.sh --- 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 diff -r 238071e680a7 -r 651ab12ec97b octMakefile.in --- 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