Remove special treatment for the Modules/ directory, which is now dont_submit'ed.

This commit is contained in:
Sylvain Pion
2006-03-18 18:09:22 +00:00
parent d585137aff
commit 775d661ee4
@@ -1030,13 +1030,7 @@ CreateSrcCoreTestDir(); # Must be called after CreateSrcTestDir()
CreateSrcQtTestDir(); # Must be called after CreateSrcTestDir()
create_global_makefile();
#Removing Modules directory from Installation package
#this directory is only used to build the CGAL modules
chdir "$RELEASEDIR/$VERSION";
system("rm", "-rf", "Modules");
unlock;
}
main();