last-svn-commit-51-gab84294 Adjust todoxygen.sh to TeX4ht outputs.

* doc/tools/todoxygen.sh: Here. --- milena/ChangeLog | 6 ++++++ milena/doc/tools/todoxygen.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 38838b4..1264b4d 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,11 @@ 2010-03-15 Roland Levillain <roland@lrde.epita.fr> + Adjust todoxygen.sh to TeX4ht outputs. + + * doc/tools/todoxygen.sh: Here. + +2010-03-15 Roland Levillain <roland@lrde.epita.fr> + Adapt HTML generation to TeX4ht. * doc/Makefile.am diff --git a/milena/doc/tools/todoxygen.sh b/milena/doc/tools/todoxygen.sh index 9acab35..19a204a 100755 --- a/milena/doc/tools/todoxygen.sh +++ b/milena/doc/tools/todoxygen.sh @@ -24,7 +24,7 @@ test $# -eq 3 \ html="$1" out="$2/`basename $1 .html`.hh" -bodyl=`grep -n "<BODY >" $html | cut -d ':' -f 1` +bodyl=`grep -n -i "<BODY" $html | cut -d ':' -f 1` nlines=`wc -l $html | cut -d ' ' -f 1` tail_line=$(($nlines - $bodyl)) -- 1.5.6.5
participants (1)
-
Roland Levillain