summary refs log tree commit diff
path: root/bin/cash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/cash/Makefile3
1 files changed, 3 insertions, 0 deletions
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