summaryrefslogtreecommitdiffstats
path: root/rtems-release-sources
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-04-29 14:02:38 +1000
committerChris Johns <chrisj@rtems.org>2020-04-29 14:02:38 +1000
commit5e16156b814762fa57ab049cfb80e4614124d04f (patch)
tree7c0b4b971ab6712f51f20b47af1cd54fec765145 /rtems-release-sources
parentUse the correct version in the built documentation. (diff)
downloadrtems-release-5e16156b814762fa57ab049cfb80e4614124d04f.tar.bz2
Fix the paths in the README
- Move URL path generation to the a separate script file - Move info generation to a separate script file - Add markdown to the README.txt.in but filter and do not generate HTML from MD. A lot more work is needed to have this right. Close #3813
Diffstat (limited to 'rtems-release-sources')
-rwxr-xr-xrtems-release-sources3
1 files changed, 1 insertions, 2 deletions
diff --git a/rtems-release-sources b/rtems-release-sources
index 3e3f0da..c47a6ee 100755
--- a/rtems-release-sources
+++ b/rtems-release-sources
@@ -222,8 +222,7 @@ cd ${release}
rm -rf ${workspace}
#
- # Remove any copies from the sources, the top level ones are the correct
- # version.
+ # Remove any copies from the sources.
#
ls -1 ${sources}
for p in $(ls -1 | grep ${sources}/rtems-*.tar.${comp_ext})