diff options
author | Ian Lynagh <igloo@earth.li> | 2007-06-25 17:40:11 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-06-25 17:40:11 +0000 |
commit | 41ec676d1733d92041f3e94a4973ba3d5e789c74 (patch) | |
tree | a2d7e12d12b52a3057acdbc761f940618341b38b /distrib/prep-bin-dist-mingw | |
parent | 0169d632bbff08b6031cda428acad0de35fcaa86 (diff) | |
download | haskell-41ec676d1733d92041f3e94a4973ba3d5e789c74.tar.gz |
Tweak the configuration and installation slightly
Make it so that the documentation ends up where Cabal expects it to be
on Windows (prep-bin-dist-mingw used to move it).
Diffstat (limited to 'distrib/prep-bin-dist-mingw')
-rw-r--r-- | distrib/prep-bin-dist-mingw | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/distrib/prep-bin-dist-mingw b/distrib/prep-bin-dist-mingw index 6ee4d7e754..45c9743dc1 100644 --- a/distrib/prep-bin-dist-mingw +++ b/distrib/prep-bin-dist-mingw @@ -184,9 +184,6 @@ cp ${perl_dir}/perl56.dll . echo "formatting documentation" unix2dos < README > README.txt rm README -mv share/ghc/doc . -rmdir share/ghc -rmdir share # Leave out pdf users_guide documentation for now; problematic to build with the versions # of 'xsltproc' and 'fop' I've been able to lay my hands on. |