changeset 21664:22e7b6ad93b6

* run-octave.in: Look for DOCSTRINGS file in source tree.
author John W. Eaton <jwe@octave.org>
date Mon, 02 May 2016 18:26:50 -0400
parents 79414f8e6f24
children 7b48be706e28
files run-octave.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/run-octave.in	Mon May 02 14:27:52 2016 -0700
+++ b/run-octave.in	Mon May 02 18:26:50 2016 -0400
@@ -51,7 +51,7 @@
 LOADPATH="$d1_path:$d2_path:$d3_path:$d4_path"
 IMAGEPATH="$top_srcdir/scripts/image"
 DOCFILE="$builddir/doc/interpreter/doc-cache"
-BUILT_IN_DOCSTRINGS_FILE="$builddir/libinterp/DOCSTRINGS"
+BUILT_IN_DOCSTRINGS_FILE="$top_srcdir/libinterp/DOCSTRINGS"
 TEXIMACROSFILE="$top_srcdir/doc/interpreter/macros.texi"
 INFOFILE="$top_srcdir/doc/interpreter/octave.info"