changeset 13195:08650b6fbf67

document profexplore and include it in the list of files to distribute * doc/interpreter/debug.txi: Document profexplore. * general/module.mk (general_FCN_FILES): Include profexplore.m in the list.
author John W. Eaton <jwe@octave.org>
date Thu, 22 Sep 2011 18:08:26 -0400
parents 3e1871badab9
children 5976ba269538
files doc/interpreter/debug.txi scripts/general/module.mk
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/debug.txi	Mon Sep 19 16:45:31 2011 -0400
+++ b/doc/interpreter/debug.txi	Thu Sep 22 18:08:26 2011 -0400
@@ -228,6 +228,8 @@
 
 @DOCSTRING(profshow)
 
+@DOCSTRING(profexplore)
+
 @node Profiler Example
 @section Profiler Example
 
--- a/scripts/general/module.mk	Mon Sep 19 16:45:31 2011 -0400
+++ b/scripts/general/module.mk	Thu Sep 22 18:08:26 2011 -0400
@@ -61,6 +61,7 @@
   general/polyarea.m \
   general/postpad.m \
   general/prepad.m \
+  general/profexplore.m \
   general/profile.m \
   general/profshow.m \
   general/quadgk.m \