diff options
author | Teddy Wing | 2019-06-10 12:23:33 +0200 |
---|---|---|
committer | Teddy Wing | 2019-06-10 12:23:33 +0200 |
commit | 5b6e2772733e9d30b60a4550482cbca56f87117d (patch) | |
tree | 7ae34812a11f321a4c466bf5a47a8bf061bcc71a /Makefile | |
parent | 6bbcbe9b067175a50c907510c345e8416acbb39d (diff) | |
download | code-review-5b6e2772733e9d30b60a4550482cbca56f87117d.tar.bz2 |
Add a man page
Not very detailed at the moment, just copies the usage output. Would be
nice to make this more descriptive, and even better to have separate man
pages for each subcommand.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..78d4de9 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +.PHONY: doc +doc: doc/code-review.1 + +doc/code-review.1: doc/code-review.1.txt + a2x --no-xmllint --format manpage $< |