Would be nice to have a "make docs" that builds the developer documentation. It is hosted on https://dev.visucore.com/bitcoin/doxygen/, but some users prefer an offline copy (and one up to date with their specific branch).
Essentially it would do:
doxygen doc/Doxyfile
(but taking into account build/source directories if separate)
It could also build other documentation in the future.