aboutsummaryrefslogtreecommitdiff
path: root/tools/doc/SCsub
diff options
context:
space:
mode:
authorRémi Verschelde2017-02-09 00:07:44 +0100
committerRémi Verschelde2017-02-09 00:08:27 +0100
commitb87a232668d9f9f3b32c2fceb60bc5f6ef46df22 (patch)
tree40bf3a8b94fbca24f9bf144e4ac9eee7f3c011d0 /tools/doc/SCsub
parentb19c9bd1983b8c72621595b7c22daade4ebf6625 (diff)
downloadgodot-b87a232668d9f9f3b32c2fceb60bc5f6ef46df22.tar.gz
godot-b87a232668d9f9f3b32c2fceb60bc5f6ef46df22.tar.zst
godot-b87a232668d9f9f3b32c2fceb60bc5f6ef46df22.zip
Reorder the folders in tools to prepare moving tools/editor
- `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs.
Diffstat (limited to 'tools/doc/SCsub')
-rw-r--r--tools/doc/SCsub7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/doc/SCsub b/tools/doc/SCsub
deleted file mode 100644
index 4bc64ffdc..000000000
--- a/tools/doc/SCsub
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env python
-
-Import('env')
-
-env.add_source_files(env.tool_sources, "*.cpp")
-
-Export('env')