summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-07-20 23:33:42 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-07-20 23:33:42 +0000
commit4ac8f396a182002b1523684c0455c1277114ab7b (patch)
tree69fbefcd506ebc48250e76190d28eacc79f721fd /man
parentcmake: update uninstall target (diff)
downloadinkscape-4ac8f396a182002b1523684c0455c1277114ab7b.tar.gz
inkscape-4ac8f396a182002b1523684c0455c1277114ab7b.zip
root dir tidying: Remove old .pod files
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/
Diffstat (limited to 'man')
-rw-r--r--man/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/README b/man/README
new file mode 100644
index 000000000..0fbe53219
--- /dev/null
+++ b/man/README
@@ -0,0 +1,7 @@
+WARNING: Do not update these files directly!
+
+Their source can be found in the inkscape-docs project, see
+http://bazaar.launchpad.net/~inkscape.dev/inkscape-docs/trunk/files/head:/man/
+
+If you need to update the man pages update inkscape.pod in the linked repository
+and generate localized man pages using the scripts provided there.