Added Markdown manpages

This commit is contained in:
Jeremy Baxter 2022-07-29 06:20:51 +12:00
parent bbd8866e43
commit 0e7b467439
4 changed files with 172 additions and 0 deletions

7
doc/README.md Normal file
View file

@ -0,0 +1,7 @@
# Manual pages
This directory contains the manual pages for matrix-send.
They are automatically generated from the man page, so if you already have matrix-send installed you can view these documents offline by typing `man matrix-send`.
To generate these Markdown documents, enter this directory and type `make generate`.