diff scripts/help/doc_cache_create.m @ 19305:72e32208ff77

Don't save build timestamp in doc-cache header comment (bug #43087) * doc/interpreter/mk_doc_cache.m: Remove timestamp from header format string. * scripts/help/doc_cache_create.m: Define save_header_format_string locally to be consistent with mk_doc_cache.m
author Mike Miller <mtmiller@ieee.org>
date Sat, 20 Sep 2014 17:37:42 -0400
parents f51c1498b9f3
children 4197fc428c7d
line wrap: on
line diff
--- a/scripts/help/doc_cache_create.m
+++ b/scripts/help/doc_cache_create.m
@@ -55,6 +55,7 @@
 
   ## Save cache
   if (! isempty (cache))
+     save_header_format_string (["# doc-cache created by Octave " OCTAVE_VERSION], "local");
      save ("-text", out_file, "cache");
   endif