summaryrefslogtreecommitdiff
path: root/src/SConscript
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-02-14 21:36:37 -0800
committerGabe Black <gblack@eecs.umich.edu>2011-02-14 21:36:37 -0800
commit989138970e3512aa9c1b37810ba64a742c00543e (patch)
tree948473f5801b0cf56c26eca7e3822865afe89593 /src/SConscript
parent343e94a257baa94575adf0d0def18ffe8da0c4f8 (diff)
downloadgem5-989138970e3512aa9c1b37810ba64a742c00543e.tar.xz
Info: Clean up some info files.
Get rid of RELEASE_NOTES since we no longer do releases, update some of the information in README, and update the date in LICENSE.
Diffstat (limited to 'src/SConscript')
-rwxr-xr-xsrc/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SConscript b/src/SConscript
index cad0736c5..0ee144747 100755
--- a/src/SConscript
+++ b/src/SConscript
@@ -446,7 +446,7 @@ def makeInfoPyFile(target, source, env):
# Generate a file that wraps the basic top level files
env.Command('python/m5/info.py',
- [ '#/AUTHORS', '#/LICENSE', '#/README', '#/RELEASE_NOTES' ],
+ [ '#/AUTHORS', '#/LICENSE', '#/README', ],
MakeAction(makeInfoPyFile, Transform("INFO")))
PySource('m5', 'python/m5/info.py')