about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-10-12 15:05:07 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-10-12 15:05:07 +0200
commit9b9dd8a137787673dc4fb037a62668ea81a8571b (patch)
tree678cbca4484a85b1df1d2b2ebcf97ac99b66115e /Makefile
parentba2d9cd16b20912622d596f8510d61287971a4c4 (diff)
downloadxe-9b9dd8a137787673dc4fb037a62668ea81a8571b.tar.gz
xe-9b9dd8a137787673dc4fb037a62668ea81a8571b.tar.xz
xe-9b9dd8a137787673dc4fb037a62668ea81a8571b.zip
Makefile: add pre-rendered man page
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4612074..8025ba0 100644
--- a/Makefile
+++ b/Makefile
@@ -20,4 +20,7 @@ install: FRC all
 	install -m0755 $(ALL) $(DESTDIR)$(BINDIR)
 	install -m0644 $(ALL:=.1) $(DESTDIR)$(MANDIR)/man1
 
+README: xe.1
+	mandoc -Tutf8 $< | col -bx >$@
+
 FRC: