Registrations currently disabled due to spam. Contact me externally if you need an account

Skip to content
  • Daniel Molkentin's avatar
    78c7dc95
    Add doc cmake targets (HTML, PDF, QtHelp, CHM, man) · 78c7dc95
    Daniel Molkentin authored
    make doc will build all of the above, except for CHM,
    which needs manual preparation and can be built with
    make doc-chm. See doc/scripts/README.rst for details.
    
    We do our best to ensure to detect the required tools
    before adding targets, so a build should always succeed.
    
    Exception: On Debian and Ubuntu, the following packages are
    required to build the PDF target (in addition to pdflatex
    itself, which is autodetected):
    
    * texlive-latex-recommended
    * texlive-latex-extra
    * texlive-fonts-recommended
    
    If pdflatex is present, but those are not, the doc target
    will fail.
    
    Results can be found in $BUILDDIR/doc/$format.
    78c7dc95
    Add doc cmake targets (HTML, PDF, QtHelp, CHM, man)
    Daniel Molkentin authored
    make doc will build all of the above, except for CHM,
    which needs manual preparation and can be built with
    make doc-chm. See doc/scripts/README.rst for details.
    
    We do our best to ensure to detect the required tools
    before adding targets, so a build should always succeed.
    
    Exception: On Debian and Ubuntu, the following packages are
    required to build the PDF target (in addition to pdflatex
    itself, which is autodetected):
    
    * texlive-latex-recommended
    * texlive-latex-extra
    * texlive-fonts-recommended
    
    If pdflatex is present, but those are not, the doc target
    will fail.
    
    Results can be found in $BUILDDIR/doc/$format.
This project is licensed under the Creative Commons Attribution 3.0 Unported. Learn more
Loading