summaryrefslogtreecommitdiffstats
path: root/relnotes/wscript
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2016-01-17 19:21:18 -0500
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:24 -0400
commitd94936ab0beb31d414e18c80ad1cd15bdcd75a6e (patch)
treead09c63b7336f5b1675368c693a8c15f197e86d7 /relnotes/wscript
parentRename old document for reference only. (diff)
downloadrtems-docs-d94936ab0beb31d414e18c80ad1cd15bdcd75a6e.tar.bz2
Remove relnotes are per Joel -- it has no use anymore.
It is severely out of date we will write new information elsewhere. Plus the new website has a lot of similar info.
Diffstat (limited to 'relnotes/wscript')
-rw-r--r--relnotes/wscript19
1 files changed, 0 insertions, 19 deletions
diff --git a/relnotes/wscript b/relnotes/wscript
deleted file mode 100644
index 786dd76..0000000
--- a/relnotes/wscript
+++ /dev/null
@@ -1,19 +0,0 @@
-from sys import path
-from os.path import abspath
-path.append(abspath('../common/'))
-
-from waf import cmd_configure, cmd_build
-
-def configure(ctx):
- cmd_configure(ctx)
-
-def build(ctx):
-
- sub = {
- "VERSION": "1.0",
- "RELEASE": "5.0.0",
- "DOC": "Release Notes",
- "FILE_DOC": "rtemrelnotes",
- }
-
- cmd_build(ctx, sub)