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 | 282c2d4db62460b706cf97f935b17aa5ef27eb0b (patch) | |
tree | f7a05931d5dd8fe3b79cd95be224a49bd048279e /bin/cash/Makefile | |
parent | Document old=new argument of fc -s (diff) | |
download | src-282c2d4db62460b706cf97f935b17aa5ef27eb0b.tar.gz src-282c2d4db62460b706cf97f935b17aa5ef27eb0b.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 |