29 May
2008
29 May
'08
10:48 a.m.
Tue May 20 12:17:00 PDT 2008 Duncan Coutts <duncan@haskell.org> * Rename doc/fptools.css to avoid the ghc build system cleaning it The user guide gets built in two different ways. There's a target in Cabal's the top level Makefile and there is also the stuff that the ghc build system uses. The ghc build system expects to copy in doc/fptools.css and then delete it again on make clean. We want a persistent copy so that we can make the docs when we've just got a standalone Cabal build tree, so that's now kept as doc/Cabal.css. ./doc/fptools.css -> ./doc/Cabal.css M ./Makefile -1 +1 View patch online: http://darcs.haskell.org/cabal-branches/cabal-1.4/_darcs/patches/20080520191...