# HG changeset patch # User John W. Eaton # Date 1259743715 18000 # Node ID 7fc446f49fca8c0125e357050dc7d604f4348e1c # Parent 9f25290a35e86195bc6549af196de86b159d590f scripts/help/module.mk: fix typo in previous change diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2009-12-02 John W. Eaton + + * help/module.mk: Fix typo in previous change. + 2009-12-01 John W. Eaton * help/module.mk (help_PRIVATE_FCN_FILES): New list. diff --git a/scripts/help/module.mk b/scripts/help/module.mk --- a/scripts/help/module.mk +++ b/scripts/help/module.mk @@ -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 \