diff scripts/pkg/pkg.m @ 8942:c4383701e10d

use doc-cache instead of DOC for doc cache file name
author John W. Eaton <jwe@octave.org>
date Mon, 09 Mar 2009 16:31:13 -0400
parents eb63fbe60fab
children 1bf0ce0930be
line wrap: on
line diff
--- a/scripts/pkg/pkg.m
+++ b/scripts/pkg/pkg.m
@@ -1587,7 +1587,7 @@
 function generate_lookfor_cache (desc)
   dirs = split_by (genpath (desc.dir), pathsep ());
   for i = 1 : length (dirs)
-    gen_doc_cache (fullfile (dirs{i}, "DOC"), dirs{i});
+    gen_doc_cache (fullfile (dirs{i}, "doc-cache"), dirs{i});
   endfor
 endfunction