changeset 9900:7fc446f49fca

scripts/help/module.mk: fix typo in previous change
author John W. Eaton <jwe@octave.org>
date Wed, 02 Dec 2009 03:48:35 -0500
parents 9f25290a35e8
children 0cf0b1c32cde
files scripts/ChangeLog scripts/help/module.mk
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Tue Dec 01 22:40:37 2009 -0500
+++ b/scripts/ChangeLog	Wed Dec 02 03:48:35 2009 -0500
@@ -1,3 +1,7 @@
+2009-12-02  John W. Eaton  <jwe@octave.org>
+
+	* help/module.mk: Fix typo in previous change.
+
 2009-12-01  John W. Eaton  <jwe@octave.org>
 
 	* help/module.mk (help_PRIVATE_FCN_FILES): New list.
--- a/scripts/help/module.mk	Tue Dec 01 22:40:37 2009 -0500
+++ b/scripts/help/module.mk	Wed Dec 02 03:48:35 2009 -0500
@@ -1,7 +1,7 @@
 FCN_FILE_DIRS += help
 
 help_PRIVATE_FCN_FILES = \
-  help/__additional_help_message__.m \
+  help/private/__additional_help_message__.m \
 
 help_FCN_FILES = \
   help/__makeinfo__.m \