diff options
Diffstat (limited to 'plugins/z/Makefile')
-rw-r--r-- | plugins/z/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/z/Makefile b/plugins/z/Makefile new file mode 100644 index 000000000..dcf433d40 --- /dev/null +++ b/plugins/z/Makefile @@ -0,0 +1,4 @@ +readme: + @groff -man -Tascii z.1 | col -bx + +.PHONY: readme |