summaryrefslogtreecommitdiffstats
path: root/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-0/+1
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Add new scale option for Inkview to Inkview man page, see ↵Maren Hachmann2018-02-231-1/+1
| | | | https://bugs.launchpad.net/inkscape-docs/+bug/1550897
* inkview manpage reviewSylvain Chiron2017-12-251-11/+11
| | | | Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
* Move utf8-to-roff to man/Bryce Harrington2017-07-221-0/+319
| | | | | This is a convenience script for reformatting man pages. Nothing references it, though, so not sure whether or not it needs kept.
* root dir tidying: Remove old .pod filesEduard Braun2017-07-201-0/+7
| | | | | | | | | These were used for the autotools build and now have their cmake equivalent in man/ Also add a note that .pod files should *not* be updated directly in the Inkscape repo but in inkscape-docs instead: http://bazaar.launchpad.net/~inkscape.dev/inkscape-docs/trunk/files/head:/man/
* cmake: cleanup man page generationEduard Braun2017-07-202-0/+162
| | | | | - move code from main CMakeLists.txt to separate cmake file in /man - root dir tidying: move fix-roff-punct
* man: Specifying man section in pod links is deprecatedBryce Harrington2016-01-172-4/+4
| | | (bzr r14605)
* man: PODify inkview's man pageBryce Harrington2016-01-171-0/+74
| | | (bzr r14600)
* man: Further formatting tweaksBryce Harrington2016-01-171-19/+19
| | | (bzr r14599)
* man: Linkify URLs, options, and commandsBryce Harrington2016-01-171-67/+70
| | | (bzr r14598)
* man: Reformat textBryce Harrington2016-01-171-179/+226
| | | (bzr r14597)
* cmake: Move new cmake-based man page bits into man subdirBryce Harrington2016-01-157-0/+4387
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)