Tue Aug 24 06:09:38 PDT 2010 Ian Lynagh <[email protected]>
* Change how the dblatex/lndir problem is worked around
Hack: dblatex normalises the name of the main input file using
os.path.realpath, which means that if we're in a linked build tree,
it find the real source files rather than the symlinks in our link
tree. This is fine for the static sources, but it means it can't
find the generated sources.
We therefore also generate the main input file, so that it really
is in the link tree, and thus dblatex can find everything.
M ./docs/users_guide/ghc.mk -33 +2
M ./utils/mkUserGuidePart/Main.hs +23
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100824130938-3fd76-d0344c92b2dd1a950edc929576e7b514e94d4255.gz
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc