diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2013-04-12 12:41:49 +0100 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2013-04-17 08:48:14 -0600 |
commit | 5fd3b3b0857fc96b5e53a9a8bc3f11ddb3dc0ff7 (patch) | |
tree | 41f22058fe4ec46284d8e646e6ca62b268249fdd /docs/devinfo.html | |
parent | 50b3fc6204a28881f625605f988cb0866ae6a6a5 (diff) |
docs: restructure release notes into separate folder
relnotes-*html > relnotes/*html
RELNOTES-* > relnotes/*
fix links, css and frames
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/devinfo.html')
-rw-r--r-- | docs/devinfo.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/devinfo.html b/docs/devinfo.html index c89bfc02e8..5c03344b49 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -203,10 +203,10 @@ branch is relevant. </dl> <p> -Create a docs/relnotes-x.y.z.html file. +Create a docs/relnotes/x.y.z.html file. The bin/shortlog_mesa.sh script can be used to create a HTML-formatted list of changes to include in the file. -Link the new docs/relnotes-x.y.z.html file into the main <a href="relnotes.html">relnotes.html</a> file. +Link the new docs/relnotes/x.y.z.html file into the main <a href="relnotes.html">relnotes.html</a> file. </p> <p> @@ -231,7 +231,7 @@ Make the distribution files. From inside the Mesa directory: <p> After the tarballs are created, the md5 checksums for the files will be computed. -Add them to the docs/relnotes-x.y.html file. +Add them to the docs/relnotes/x.y.html file. </p> <p> |