diff scripts/help/module.mk @ 9899:9f25290a35e8

more private function and subfunction changes
author John W. Eaton <jwe@octave.org>
date Tue, 01 Dec 2009 22:40:37 -0500
parents 0d4613a736e9
children 7fc446f49fca
line wrap: on
line diff
--- a/scripts/help/module.mk	Tue Dec 01 16:21:12 2009 -0500
+++ b/scripts/help/module.mk	Tue Dec 01 22:40:37 2009 -0500
@@ -1,7 +1,9 @@
 FCN_FILE_DIRS += help
 
+help_PRIVATE_FCN_FILES = \
+  help/__additional_help_message__.m \
+
 help_FCN_FILES = \
-  help/__additional_help_message__.m \
   help/__makeinfo__.m \
   help/__strip_html_tags__.m \
   help/doc.m \
@@ -11,7 +13,8 @@
   help/lookfor.m \
   help/print_usage.m \
   help/type.m \
-  help/which.m
+  help/which.m \
+  $(help_PRIVATE_FCN_FILES)
 
 FCN_FILES += $(help_FCN_FILES)