From bug-request at octave dot org Fri Dec 9 22:20:17 2005 Subject: Bug in examples/Makefile.in From: William Poetra Yoga Hadisoeseno To: bug at octave dot org Date: Sat, 10 Dec 2005 12:18:42 +0800 ------=_Part_12070_32032992.1134188322911 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Looks like a typo (the slash was there in cvs version 1.20). The attached patch replaces the slash ;) -- William Poetra Yoga Hadisoeseno ------=_Part_12070_32032992.1134188322911 Content-Type: text/plain; name=makefile.diff.txt; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="makefile.diff.txt" Index: examples/Makefile.in =================================================================== RCS file: /cvs/octave/examples/Makefile.in,v retrieving revision 1.21 diff -u -r1.21 Makefile.in --- examples/Makefile.in 30 Nov 2005 15:54:38 -0000 1.21 +++ examples/Makefile.in 10 Dec 2005 03:50:25 -0000 at @ -53,7 +53,7 @@ done if test -n "$(DESKTOP_FILE_INSTALL)"; then \ $(DESKTOP_FILE_INSTALL) --dir=$(DESTDIR)$(datadir)/applications \ - --vendor www.octave.org octave.desktop; + --vendor www.octave.org octave.desktop; \ fi .PHONY: install install-strip ------=_Part_12070_32032992.1134188322911-- ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------