changeset 12828:0bf51abcf759

codesprint: Make __strip_html_tags__ a private function * help/__strip_html_tags__.m: Make __strip_html_tags__ a private function
author Rik <octave@nomad.inbox5.com>
date Sat, 16 Jul 2011 14:11:17 -0700
parents 8c6d71520920
children ab529124f516
files scripts/help/__strip_html_tags__.m scripts/help/module.mk scripts/help/private/__strip_html_tags__.m
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/module.mk
+++ b/scripts/help/module.mk
@@ -1,11 +1,11 @@
 FCN_FILE_DIRS += help
 
 help_PRIVATE_FCN_FILES = \
-  help/private/__additional_help_message__.m
+  help/private/__additional_help_message__.m \
+  help/private/__strip_html_tags__.m
 
 help_FCN_FILES = \
   help/__makeinfo__.m \
-  help/__strip_html_tags__.m \
   help/doc.m \
   help/gen_doc_cache.m \
   help/get_first_help_sentence.m \
rename from scripts/help/__strip_html_tags__.m
rename to scripts/help/private/__strip_html_tags__.m