[arch-projects] [devtools] [PATCH v2 0/3] Add man pages

Jelle van der Waa jelle at vdwaa.nl
Sun Sep 9 19:02:42 UTC 2018


This is v2 of my man page addition effort, I've switched from mandoc to
the much easier asciidoc. Another reason to use asciidoc is that
pacman/pacman-contrib also use it. So possible contributors might be
more familiar with it.

Thanks to Luke Shumaker for some more inspiration for the content!

Jelle van der Waa (3):
  doc: Add lddd man page
  doc: Add checkpkg man page
  doc: add find-libprovides man page

 .gitignore                      |  1 +
 Makefile                        | 23 ++++++++++++++++++--
 doc/asciidoc.conf               | 37 +++++++++++++++++++++++++++++++++
 doc/checkpkg.1.asciidoc         | 27 ++++++++++++++++++++++++
 doc/find-libprovides.1.asciidoc | 24 +++++++++++++++++++++
 doc/footer.asciidoc             | 28 +++++++++++++++++++++++++
 doc/lddd.1.asciidoc             | 25 ++++++++++++++++++++++
 7 files changed, 163 insertions(+), 2 deletions(-)
 create mode 100644 doc/asciidoc.conf
 create mode 100644 doc/checkpkg.1.asciidoc
 create mode 100644 doc/find-libprovides.1.asciidoc
 create mode 100644 doc/footer.asciidoc
 create mode 100644 doc/lddd.1.asciidoc

-- 
2.18.0


More information about the arch-projects mailing list