From 7996c2704975d61e03cfb4204cfb8e202367a448 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Fri, 5 Feb 2016 10:57:46 +0530 Subject: cleaner.sce deleted --- help/cleaner_help.sce | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 help/cleaner_help.sce (limited to 'help') diff --git a/help/cleaner_help.sce b/help/cleaner_help.sce deleted file mode 100644 index a2b5e7e..0000000 --- a/help/cleaner_help.sce +++ /dev/null @@ -1,21 +0,0 @@ -// This file is released under the 3-clause BSD license. See COPYING-BSD. - -function cleaner_help() - path = get_absolute_file_path("cleaner_help.sce"); - langdirs = dir(path); - langdirs = langdirs.name(langdirs.isdir); - - for l = 1:size(langdirs, "*") - masterfile = fullpath(path + filesep() + langdirs(l) + "/master_help.xml"); - mdelete(masterfile); - - jarfile = fullpath(path + "/../jar/scilab_" + langdirs(l) + "_help.jar"); - mdelete(jarfile); - - tmphtmldir = fullpath(path + "/" + langdirs(l) + "/scilab_" + langdirs(l) + "_help"); - rmdir(tmphtmldir, "s"); - end -endfunction - -cleaner_help(); -clear cleaner_help; -- cgit