|
|
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)
|