From 5e16156b814762fa57ab049cfb80e4614124d04f Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 29 Apr 2020 14:02:38 +1000 Subject: 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 --- rtems-release-sources | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rtems-release-sources') 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}) -- cgit v1.2.3