From 3c08b7ff0c868fa97d82c023caade813e29232f3 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 30 2011 03:40:43 +0000 Subject: Update Backends/Texinfo/texinfo_updateNodes.sh. --- diff --git a/Scripts/Functions/Help/Backends/Texinfo/texinfo_updateNodes.sh b/Scripts/Functions/Help/Backends/Texinfo/texinfo_updateNodes.sh index 20ea0e7..4a49596 100755 --- a/Scripts/Functions/Help/Backends/Texinfo/texinfo_updateNodes.sh +++ b/Scripts/Functions/Help/Backends/Texinfo/texinfo_updateNodes.sh @@ -36,7 +36,7 @@ function texinfo_updateNodes { for NODE in $NODES;do NODE=$(echo "${NODE}" | sed -r 's!:! !g') - SECT=$(echo "$NODE" | sed -r 's! !/!g' | sed "s!${MANUAL_CHAPTER_NAME}/!!") + SECT=$(echo "$NODE" | cut -d' ' -f2- | sed -r 's! !/!g') INCL=$(echo "$NODE" | sed -r 's! !/!g').${FLAG_BACKEND} CIND=$(echo "$NODE")