From 6d47df31e962e1e5b9bc3e6b5a3a5a3f9c3b4997 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 14 Jan 2019 15:58:35 -0500 Subject: Add cash.7 README --- bin/cash/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/cash/Makefile') diff --git a/bin/cash/Makefile b/bin/cash/Makefile index f1f026f0..4a9ec599 100644 --- a/bin/cash/Makefile +++ b/bin/cash/Makefile @@ -82,3 +82,6 @@ install: cash $(MAN1) uninstall: rm -f $(PREFIX)/bin/cash $(MAN1:%=$(MANDIR)/man1/%) + +README: cash.7 + mandoc cash.7 | col -bx > README -- cgit 1.4.1