/[d-i]/trunk/installer/doc/manual/2format
ViewVC logotype

Contents of /trunk/installer/doc/manual/2format

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14559 - (show annotations) (download)
Sat May 1 12:49:03 2004 UTC (9 years, 1 month ago) by waldi
File size: 296 byte(s)
installer/doc/manual: Set svn:keywords to "Id".
1 #!/bin/sh
2
3 tmp=`tempfile`
4
5 while [ x"$1" != x ]; do
6 echo $1
7 cat $1 \
8 | tr -d '\t' \
9 | sed -f formatparasect \
10 | sed -f para1 \
11 | sed '/<\/para>/{:a;N;/<para>/!ba;s/<\/para>\n*<para>/<\/para><para>/;}' \
12 | cat -s > $tmp
13 cp $tmp $1
14 shift;
15 done
16
17 rm -f $tmp
18
19 # | sed -f fix \

Properties

Name Value
svn:executable *
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.5