Mercurial > hg > octave-lyh
comparison scripts/help/module.mk @ 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 | 56bc9eda5c9c |
children | 77795b0ed263 |
comparison
equal
deleted
inserted
replaced
12827:8c6d71520920 | 12828:0bf51abcf759 |
---|---|
1 FCN_FILE_DIRS += help | 1 FCN_FILE_DIRS += help |
2 | 2 |
3 help_PRIVATE_FCN_FILES = \ | 3 help_PRIVATE_FCN_FILES = \ |
4 help/private/__additional_help_message__.m | 4 help/private/__additional_help_message__.m \ |
5 help/private/__strip_html_tags__.m | |
5 | 6 |
6 help_FCN_FILES = \ | 7 help_FCN_FILES = \ |
7 help/__makeinfo__.m \ | 8 help/__makeinfo__.m \ |
8 help/__strip_html_tags__.m \ | |
9 help/doc.m \ | 9 help/doc.m \ |
10 help/gen_doc_cache.m \ | 10 help/gen_doc_cache.m \ |
11 help/get_first_help_sentence.m \ | 11 help/get_first_help_sentence.m \ |
12 help/help.m \ | 12 help/help.m \ |
13 help/lookfor.m \ | 13 help/lookfor.m \ |