hadrian bindist documentation directory structure differences
There are a few inconsistencies with the hadrian vs make bindists which I will document here and then we can decide if we do anything about them.
- hadrian puts docs in
docsrather thandoc. - hadrian puts the pdf documentation in a
pdfsfolder but make puts the pdfs in thedocfolder (one level up) - hadrian calls the
Haddockhtml documentationHaddock, which is consistent with the output name (as declared byutils/haddock/doc/conf.py) but make puts it in a folder calledhaddock(lower case).
At the moment in !7679 (closed) I modified distrib/mkDocs/mkDocs to just look in the right places in the hadrian bindist.