summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Pod2man.cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-28Merge branch 'master' of https://gitlab.com/inkscape/inkscapeChris1-1/+1
* 'master' of https://gitlab.com/inkscape/inkscape: (115 commits) CMake/MSYS2: Include per-user font directory in fontconfig Increase portability of create_default_templates.py Extensions: Use wperl as default perl interpreter on Windows Make align handle thicker like traditional handles Prevent text dialog to become too wide. This is probably not the optimal way to do this and should be studied further. Seperate out center alignment and add sepcific tool text for it Add option for on canvas align handles and move group selection checkbox Merge in bazaar branch for alignment handles Make background color affect checkerboard Fix build fix building Remov force allocation Merge from master Fix compiling issues minor fixes Small change to hover text Store pixbufs instead of names to reduce calls to sp_get_icon_pixbuf Fix use of Gtk::Widget vs. GtkWidget in new symbolic icon getting code Fix missing properties method, pass properties structure Remove Tags functionality (replaced by css selectors) ...
2019-03-15Improve deb generation and install scriptsMarc Jeanmougin1-8/+32
2018-01-23Configure CPackMarc Jeanmougin1-2/+2
2018-01-21Configure CPackMarc Jeanmougin1-2/+2
2017-07-20cmake: cleanup man page generationEduard Braun1-4/+4
- move code from main CMakeLists.txt to separate cmake file in /man - root dir tidying: move fix-roff-punct
2017-01-07Install the localized manpages in the correct directorymattia@debian.org1-1/+4
(bzr r15399.1.1)
2016-01-17cmake: Fix installation directories for man pagesBryce Harrington1-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)
2016-01-16cmake: Move pod2man macro into its own moduleBryce Harrington1-0/+54
(bzr r14589)