summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Pod2man.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake: cleanup man page generationEduard Braun2017-07-201-4/+4
| | | | | - move code from main CMakeLists.txt to separate cmake file in /man - root dir tidying: move fix-roff-punct
* Install the localized manpages in the correct directorymattia@debian.org2017-01-071-1/+4
| | | (bzr r15399.1.1)
* cmake: Fix installation directories for man pagesBryce Harrington2016-01-171-1/+1
| | | | | | We're not (yet) using the GnuInstallDirs module, so we don't have things like CMAKE_INSTALL_MANDIR and such defined. (bzr r14606)
* cmake: Move pod2man macro into its own moduleBryce Harrington2016-01-161-0/+54
(bzr r14589)