diff scripts/help/gen_doc_cache.m @ 8940:6994961bf1f4

use doc-cache instead of DOC for doc cache file name
author John W. Eaton <jwe@octave.org>
date Mon, 09 Mar 2009 14:31:10 -0400
parents 34a821854961
children 1bf0ce0930be
line wrap: on
line diff
--- a/scripts/help/gen_doc_cache.m	Mon Mar 09 13:36:11 2009 -0400
+++ b/scripts/help/gen_doc_cache.m	Mon Mar 09 14:31:10 2009 -0400
@@ -28,7 +28,7 @@
 ## @seealso{lookfor, path}
 ## @end deftypefn
 
-function gen_doc_cache (out_file = "DOC", directory = [])
+function gen_doc_cache (out_file = "doc-cache", directory = [])
   ## Check input
   if (!ischar (out_file))
     print_usage ();