about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-02-14 16:25:10 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2016-02-14 16:25:10 +0100
commit55b5ff3097da4c98f0eea2d2f28d9a87cd60c51a (patch)
treec190ee3d33dddd486f9cddd13495e354546207d1 /Makefile
parent2f00c5b600d7222ed9093718025a06f29d04d690 (diff)
downloadarr-55b5ff3097da4c98f0eea2d2f28d9a87cd60c51a.tar.gz
arr-55b5ff3097da4c98f0eea2d2f28d9a87cd60c51a.tar.xz
arr-55b5ff3097da4c98f0eea2d2f28d9a87cd60c51a.zip
add manpage and README HEAD master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..9cc103c
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+README: arr.1
+	mandoc -Tutf8 $< | col -bx >$@