changeset 9901:0cf0b1c32cde

scripts/help/module.mk: fix typo in previous change
author John W. Eaton <jwe@octave.org>
date Wed, 02 Dec 2009 03:54:48 -0500
parents 7fc446f49fca
children 2929c453af8f
files scripts/help/module.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/module.mk
+++ b/scripts/help/module.mk
@@ -1,7 +1,7 @@
 FCN_FILE_DIRS += help
 
 help_PRIVATE_FCN_FILES = \
-  help/private/__additional_help_message__.m \
+  help/private/__additional_help_message__.m
 
 help_FCN_FILES = \
   help/__makeinfo__.m \