desktop/cmake/modules
Daniel Molkentin 78c7dc95a0 Add doc cmake targets (HTML, PDF, QtHelp, CHM, man)
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.
2012-11-25 00:38:47 +01:00
..
AddAppIconMacro.cmake Fatal error if svn2ico is missing. 2012-08-13 15:05:40 +03:00
FindCsync.cmake CMake: Also set CSYNC_BINARY_DIR 2012-10-10 15:15:19 +02:00
FindINotify.cmake Check the system for inotify in cmake and use a config.h file. 2012-07-20 17:12:29 +02:00
FindPdfLatex.cmake Add doc cmake targets (HTML, PDF, QtHelp, CHM, man) 2012-11-25 00:38:47 +01:00
FindSphinx.cmake Add doc cmake targets (HTML, PDF, QtHelp, CHM, man) 2012-11-25 00:38:47 +01:00
GNUInstallDirs.cmake Add missing GNUInstallDirs module for cmake. 2012-04-21 11:22:03 +02:00
MacOSXBundleInfo.plist.in Prepare for Mac package signing. 2012-10-09 01:40:43 +02:00
NSIS.InstallOptions.ini.in Add win32 packaging with nsi 2012-04-02 13:44:24 +02:00
NSIS.template.in Installer: Only show license on special request 2012-11-02 16:14:33 +01:00