summaryrefslogtreecommitdiffstats
path: root/inkscape.pod.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Move new cmake-based man page bits into man subdirBryce Harrington2016-01-151-593/+0
| | | | | | The new cmake man logic creates a few temporary files, so shift all the man page bits down into a 'man' subdir to help keep things tidy. (bzr r14582)
* cmake: Generate inkscape man pages for supported languagesBryce Harrington2016-01-151-0/+593
This effectively ports the previous autoconf logic for generating the inkscape man page and its translations, but with a few alterations: - Input pod files are named .in to be consistent with other build system *.in files. - Use cmake's stock configure_file() command for substituting template parameters instead of the perl regex we'd been using before. Currently this is only used for inserting the contents of the AUTHORS file. This command uses a shell-style syntax for parameters instead of the template-toolkit style syntax that had been used previously. - Use pod2man's standard options for setting header/footer strings instead of post-processing them in using sed. (bzr r14579)