]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - util/hscolour_srcs
Update some documentation.
[spline3.git] / util / hscolour_srcs
index d5c015cc6ec922e073552324a876ba5f434ce465..ff14ef0562e48bfbf7f1170515152f51b1f666bf 100755 (executable)
@@ -11,9 +11,6 @@
 # coincide with the ones passed to 'haddock' in the makefile.
 SRCS=`find ./src -iname '*.hs'`
 
-# We have to create the output directories before we start.
-mkdir -p doc/html/src/Tests
-
 for file in $SRCS; do
     DIRNAME=`dirname $file`
     BASENAME=`basename $file .hs`