From 91f7874de73598ee527f8b9929e21769e63d65ac Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 26 2011 16:57:08 +0000 Subject: Update Modules/Texinfo/texinfo_renameCrossReferences.sh. --- diff --git a/Scripts/Functions/Help/Modules/Texinfo/texinfo_renameCrossReferences.sh b/Scripts/Functions/Help/Modules/Texinfo/texinfo_renameCrossReferences.sh index aa7767d..4f706f9 100755 --- a/Scripts/Functions/Help/Modules/Texinfo/texinfo_renameCrossReferences.sh +++ b/Scripts/Functions/Help/Modules/Texinfo/texinfo_renameCrossReferences.sh @@ -34,14 +34,14 @@ function texinfo_renameCrossReferences { # Define node pattern for source documenation entry. NODE_SRC=$(echo "$ENTRY" \ - | cut -d / -f7- \ + | cut -d / -f8- \ | tr '/' ' ' \ | sed -r \ -e "s/(chapter-intro\.texi|\.texi)$//") # Define node replacement for target documentation entry. NODE_DST=$(echo "$ENTRY_DST" \ - | cut -d / -f7- \ + | cut -d / -f8- \ | tr '/' ' ' \ | sed -r \ -e "s/(chapter-intro\.texi|\.texi)$//")