From 9b9dd8a137787673dc4fb037a62668ea81a8571b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 12 Oct 2017 15:05:07 +0200 Subject: Makefile: add pre-rendered man page --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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: -- cgit 1.4.1