diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox index f51d37eba..8cbd6a7cc 100644 --- a/docs/doxygen/other/main_page.dox +++ b/docs/doxygen/other/main_page.dox @@ -165,6 +165,17 @@ $ make doc from the gnss-sdr/build folder if you are using CMake. In both cases, Doxygen will generate HTML documentation that can be retrieved pointing your browser of preference to gnss-sdr/docs/html/index.html. +If you are using CMake, there are two more extra targets available. From the gnss-sdr/build folder: +\code +$ make doc-clean +\endcode +will remove the content of previously-generated documentation and, if a LaTeX installation is detected in your system, +\code +$ make pdfmanual +\endcode +will create a PDF manual at gnss-sdr/docs/GNSS-SDR_manual.pdf. + + \subsection debug_and_release Debug and Release builds By default, CMake will build the Release version, meaning that the compiler will generate a faster, optimized executable. This is the recommended build type when using