Browse Source

+ Replaced by pascal program

michael 20 years ago
parent
commit
91bb36e4c2
1 changed files with 0 additions and 8 deletions
  1. 0 8
      docs/makehtm

+ 0 - 8
docs/makehtm

@@ -1,8 +0,0 @@
-#!/bin/sh
-echo 'starting to convert. '
-for f in $*
-do
-  sed s/\\.html/\\.htm/g <$f >`dirname $f`/`basename $f .html`.htm
-  echo -n '.'
-done
-echo 'Done.'