diff options
author | June McEnroe <june@causal.agency> | 2019-01-14 15:58:35 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-14 15:58:35 -0500 |
commit | 6d47df31e962e1e5b9bc3e6b5a3a5a3f9c3b4997 (patch) | |
tree | 692b352635a3d2da69151ef73bf1e0fadadae91a /bin/cash/Makefile | |
parent | Document old=new argument of fc -s (diff) | |
download | src-6d47df31e962e1e5b9bc3e6b5a3a5a3f9c3b4997.tar.gz src-6d47df31e962e1e5b9bc3e6b5a3a5a3f9c3b4997.zip |
Add cash.7 README
Diffstat (limited to 'bin/cash/Makefile')
-rw-r--r-- | bin/cash/Makefile | 3 |
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 |