summaryrefslogtreecommitdiffstats
path: root/man (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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
2018-02-23Add new scale option for Inkview to Inkview man page, see ↵Maren Hachmann1-1/+1
https://bugs.launchpad.net/inkscape-docs/+bug/1550897
2017-12-25inkview manpage reviewSylvain Chiron1-11/+11
Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
2017-07-22Move utf8-to-roff to man/Bryce Harrington1-0/+319
This is a convenience script for reformatting man pages. Nothing references it, though, so not sure whether or not it needs kept.
2017-07-20root dir tidying: Remove old .pod filesEduard Braun1-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/
2017-07-20cmake: cleanup man page generationEduard Braun2-0/+162
- move code from main CMakeLists.txt to separate cmake file in /man - root dir tidying: move fix-roff-punct
2016-01-17man: Specifying man section in pod links is deprecatedBryce Harrington2-4/+4
(bzr r14605)
2016-01-17man: PODify inkview's man pageBryce Harrington1-0/+74
(bzr r14600)
2016-01-17man: Further formatting tweaksBryce Harrington1-19/+19
(bzr r14599)
2016-01-17man: Linkify URLs, options, and commandsBryce Harrington1-67/+70
(bzr r14598)
2016-01-17man: Reformat textBryce Harrington1-179/+226
(bzr r14597)
2016-01-15cmake: Move new cmake-based man page bits into man subdirBryce Harrington7-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)