/[public]/psiconv/trunk/formats/html4_links.sh
ViewVC logotype

Diff of /psiconv/trunk/formats/html4_links.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 250 Revision 251
3compute_command_line() 3compute_command_line()
4{ 4{
5 index_file="$1" 5 index_file="$1"
6 printf "sed " 6 printf "sed "
7 while read file lineno name; do 7 while read file lineno name; do
8 printf "-e %s " \''s,\['"$name"'\],<A NAME="'"$name"'">,g'\' 8 printf "%s %s " -e \''s,\['"$name"'\],<A NAME="'"$name"'">,g'\'
9 printf "-e %s " \''s,&#xab;'"$name"'&#xbb;,<A HREF="'"$file"\#"$name"'">'"$name"'</A>,g'\' 9 printf "%s %s " -e \''s,&#xab;'"$name"'&#xbb;,<A HREF="'"$file"\#"$name"'">'"$name"'</A>,g'\'
10 done < "$index_file" 10 done < "$index_file"
11} 11}
12 12
13generate_links() 13generate_links()
14{ 14{

Legend:
Removed from v.250  
changed lines
  Added in v.251

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26