This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git

commit 7b13ea4d579e67d068539c5ac11e7dc1d55c6e5f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Sep 6 16:51:29 2023 +0100

    Fix directory paths
---
 tools/jkrelease.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/jkrelease.sh b/tools/jkrelease.sh
index d42ae852a..309f7e679 100755
--- a/tools/jkrelease.sh
+++ b/tools/jkrelease.sh
@@ -411,7 +411,7 @@ do
     esac
     rm -f CHANGES
     echo "Creating the CHANGES file using '$TOOL' ..."
-    ${TOOL} ../docs/miscellaneous/printer/changelog.html > CHANGES 2>/dev/null
+    ${TOOL} ../docs/miscellaneous/changelog.html > CHANGES 2>/dev/null
     if [ -f CHANGES -a -s CHANGES ]
     then
       failed=false
@@ -431,7 +431,7 @@ rm -f NEWS
 touch NEWS
 for news in `ls -r ../xdocs/news/[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9].xml`
 do
-  print=`echo $news | sed -e 's#xdocs/news#docs/news/printer#' -e 
's#\.xml#.html#'`
+  print=`echo $news | sed -e 's#xdocs/news#docs/news#' -e 's#\.xml#.html#'`
   echo "Adding $print to NEWS file ..."
   ${TOOL} $print >>NEWS
 done


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to