From 094f65dc9966ffddc9798ed506de6c4e159d82af Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 3 Mar 2018 15:50:23 +0100 Subject: Add man page Provide a man page for in situ documentation. Use AsciiDoc to generate the man page. Yay, my first man page! Resources: - https://github.com/BurntSushi/ripgrep/blob/fe9be65/build.rs - https://github.com/BurntSushi/ripgrep/blob/f5411b9/doc/rg.1.txt.tpl - http://www.methods.co.nz/asciidoc/asciidoc.1.txt - https://github.com/git/git/blob/23f8239/Documentation/git-clean.txt - https://github.com/git/git/blob/8a8f121049fdd881981799755a041b3f81449805/Documentation/asciidoctor-extensions.rb - http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/ - https://github.com/git/git/commit/5945717009cbd07fc303939452df6475ac342fe7 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6ea628a --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +doc/passextract.1: doc/passextract.1.txt + a2x --no-xmllint --format manpage $< -- cgit v1.2.3