changeset 12826:56bc9eda5c9c

codesprint: Move unimplemented.m to help/ directory * miscellaneous/module.mk, help/module.mk: Move unimplemented.m to help/ directory
author Rik <octave@nomad.inbox5.com>
date Sat, 16 Jul 2011 14:03:08 -0700
parents a1dcb854a4f9
children 8c6d71520920
files scripts/help/module.mk scripts/help/unimplemented.m scripts/miscellaneous/module.mk scripts/miscellaneous/unimplemented.m
diffstat 3 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/module.mk
+++ b/scripts/help/module.mk
@@ -13,6 +13,7 @@
   help/lookfor.m \
   help/print_usage.m \
   help/type.m \
+  help/unimplemented.m \
   help/which.m \
   $(help_PRIVATE_FCN_FILES)
 
rename from scripts/miscellaneous/unimplemented.m
rename to scripts/help/unimplemented.m
--- a/scripts/miscellaneous/module.mk
+++ b/scripts/miscellaneous/module.mk
@@ -61,7 +61,6 @@
   miscellaneous/tar.m \
   miscellaneous/tempdir.m \
   miscellaneous/tempname.m \
-  miscellaneous/unimplemented.m \
   miscellaneous/unix.m \
   miscellaneous/unpack.m \
   miscellaneous/untar.m \