Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-08-21 16:35:06 +0300
committerlovetox <philipp@hoerist.com>2022-08-21 17:47:05 +0300
commitd8d3999a46a3a2832720541cc328cb896994f35f (patch)
treec219cf64ee0daf62699a20197e0799c072f2772e /CONTRIBUTING.md
parentca5f740cd7c198309c3929a27f57277fde22795a (diff)
chore: Update man pages
Move man page creation to markdown syntax. This allows for easier editing than groff syntax.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ff8e55d9c..0db119e13 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -58,3 +58,15 @@ Further the first letter after the tag must be upper case
Example:
`feat: New Button which does something`
+
+# Man Pages
+
+Man pages are written in markdown and converted with pandoc
+
+While developing this command is useful to preview the manpage
+
+ $ pandoc gajim.1.md -s -t man | /usr/bin/man -l -
+
+To convert the markdown
+
+ $ pandoc gajim.1.md -s -t man -o gajim.1