diff scripts/help/module.mk @ 15562:8ed107220a3e

maint: Rename unimplemented.m to __unimplemented__.m. * resource-manager.cc(octave_keywords): Change unimplemented.m to __unimplemented__.m. * variables.cc: Change variable Vmissing_function_hook to __unimplemented__. * scripts/help/module.mk: Change unimplemented.m to __unimplemented__.m in list of FCN_FILES.
author Juan Pablo Carbajal <ajuanpi+dev@gmail.com>
date Thu, 25 Oct 2012 17:02:26 -0400
parents 0bf51abcf759
children 5372068bb148
line wrap: on
line diff
--- a/scripts/help/module.mk
+++ b/scripts/help/module.mk
@@ -6,6 +6,7 @@
 
 help_FCN_FILES = \
   help/__makeinfo__.m \
+  help/__unimplemented__.m \
   help/doc.m \
   help/gen_doc_cache.m \
   help/get_first_help_sentence.m \
@@ -13,7 +14,6 @@
   help/lookfor.m \
   help/print_usage.m \
   help/type.m \
-  help/unimplemented.m \
   help/which.m \
   $(help_PRIVATE_FCN_FILES)