X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=util%2Fhscolour_srcs;h=ff14ef0562e48bfbf7f1170515152f51b1f666bf;hb=bebe7214d77fd80ae2d0cc376846165e06eace93;hp=d5c015cc6ec922e073552324a876ba5f434ce465;hpb=be270c8af37aae540ae6649aed91762017d07ac2;p=spline3.git diff --git a/util/hscolour_srcs b/util/hscolour_srcs index d5c015c..ff14ef0 100755 --- a/util/hscolour_srcs +++ b/util/hscolour_srcs @@ -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`