changeset 6692:89b916a9eb61

[project @ 2007-06-05 06:07:09 by jwe]
author jwe
date Tue, 05 Jun 2007 06:07:10 +0000
parents c6ee6c342699
children 768d3ad80bbf
files src/ChangeLog src/Makefile.in src/help.h
diffstat 3 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jun 05 05:50:10 2007 +0000
+++ b/src/ChangeLog	Tue Jun 05 06:07:10 2007 +0000
@@ -1,5 +1,11 @@
 2007-06-05  John W. Eaton  <jwe@octave.org>
 
+	* help.h (raw_help): Tag with OCTINTERP_API.
+
+	* Makefile.in (INCLUDES): Remove mxarray.h from the list so that
+	it is not distributed.
+	(EXTRAS): Add mxarray.h to the list so that it is installed.
+
 	* sysdep.cc (same_file_internal) [OCTAVE_USE_WINDOWS_API]:
 	Avoid leaking file handles.
 
--- a/src/Makefile.in	Tue Jun 05 05:50:10 2007 +0000
+++ b/src/Makefile.in	Tue Jun 05 06:07:10 2007 +0000
@@ -102,7 +102,7 @@
 	error.h file-io.h graphics.h gripes.h help.h input.h \
 	lex.h load-path.h load-save.h ls-hdf5.h ls-mat-ascii.h ls-mat4.h \
 	ls-mat5.h ls-oct-ascii.h ls-oct-binary.h ls-utils.h \
-	mex.h mexproto.h mxarray.h \
+	mex.h mexproto.h \
 	oct-errno.h oct-fstrm.h oct-hist.h oct-iostrm.h oct-map.h oct-obj.h \
 	oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.h zfstream.h \
 	oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h pager.h \
@@ -185,7 +185,7 @@
 
 SOURCES := $(DIST_SRC) $(OP_SRC) $(TI_SRC)
 
-EXTRAS := ov-base-int.cc ov-base-mat.cc ov-base-scalar.cc 
+EXTRAS := ov-base-int.cc ov-base-mat.cc ov-base-scalar.cc mxarray.h
 
 EXTRA_OBJECTS := oct-errno.o octave.o builtins.o ops.o
 
--- a/src/help.h	Tue Jun 05 05:50:10 2007 +0000
+++ b/src/help.h	Tue Jun 05 06:07:10 2007 +0000
@@ -39,7 +39,7 @@
 
 extern void additional_help_message (std::ostream&);
 
-extern std::string raw_help (const std::string&, bool&);
+extern OCTINTERP_API std::string raw_help (const std::string&, bool&);
 
 // Name of the info file specified on command line.
 // (--info-file file)