cb8de2 Update help_renameCrossReferences.sh.

Authored and Committed by areguera 13 years ago
Scripts/Functions/Help/help_renameCrossReferences.sh CHANGED
@@ -33,14 +33,14 @@ function help_renameCrossReferences {
33
33
34
34
# Define node pattern for source documenation entry.
35
35
NODE_SRC=$(echo "$ENTRY" \
36
- | cut -d / -f8- \
36
+ | cut -d / -f7- \
37
37
| tr '/' ' ' \
38
38
| sed -r \
39
39
-e "s/(chapter-intro\.texi|\.texi)$//")
40
40
41
41
# Define node replacement for target documentation entry.
42
42
NODE_DST=$(echo "$ENTRY_DST" \
43
- | cut -d / -f8- \
43
+ | cut -d / -f7- \
44
44
| tr '/' ' ' \
45
45
| sed -r \
46
46
-e "s/(chapter-intro\.texi|\.texi)$//")