I generate a doxygen documentation. In one of my "page" I have a link to a pdf file:
<a href="../documents/xxx.pdf" target="_blank"><b>Overview</b></a>
This file is in my project in another directory. The documentation ends up in folder called "html".
How do I tell doxygen to copy the pdf file into html ?