summaryrefslogtreecommitdiff
path: root/utils/mkUserGuidePart/Main.hs
Commit message (Collapse)AuthorAgeFilesLines
* Change how the dblatex/lndir problem is worked aroundIan Lynagh2010-08-241-0/+23
| | | | | | | | | | | 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.
* Generate the bit in the user guide where we say what -fglasgow-exts doesIan Lynagh2010-08-221-0/+39
Stops the docs going out of sync with the code.