diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | README | 18 | ||||
-rw-r--r-- | zlib-man-pages.7 | 31 |
3 files changed, 52 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 80098bb..f801474 100644 --- a/Makefile +++ b/Makefile @@ -85,3 +85,6 @@ uninstall: for man in $(MAN); do rm -f $(MANDIR)/man3/$${man}.gz; done set -- $(MLINKS); while [ "$$*" ]; do \ rm -f $(MANDIR)/man3/$$2.gz; shift 2; done + +README: zlib-man-pages.7 + mandoc zlib-man-pages.7 | col -bx > README diff --git a/README b/README new file mode 100644 index 0000000..82196ca --- /dev/null +++ b/README @@ -0,0 +1,18 @@ +ZLIB-MAN-PAGES(7) Miscellaneous Information Manual ZLIB-MAN-PAGES(7) + +NAME + zlib-man-pages – mdoc port of zlib documentation + +DESCRIPTION + To install the manual pages, run: + + make install + + Configure the install destination by setting PREFIX or MANDIR. The + default PREFIX is ~/.local and the default MANDIR is ~/.local/share/man. + +AUTHORS + These manual pages were converted from <zlib.h> to mdoc format by C. + McEnroe <june@causal.agency>. + +Causal Agency February 19, 2019 Causal Agency diff --git a/zlib-man-pages.7 b/zlib-man-pages.7 new file mode 100644 index 0000000..9df7452 --- /dev/null +++ b/zlib-man-pages.7 @@ -0,0 +1,31 @@ +.Dd February 19, 2019 +.Dt ZLIB-MAN-PAGES 7 +.Os "Causal Agency" +. +.Sh NAME +.Nm zlib-man-pages +.Nd mdoc port of zlib documentation +. +.Sh DESCRIPTION +To install the manual pages, run: +.Pp +.Dl make install +.Pp +Configure the install destination by setting +.Va PREFIX +or +.Va MANDIR . +The default +.Va PREFIX +is +.Pa ~/.local +and the default +.Va MANDIR +is +.Pa ~/.local/share/man . +. +.Sh AUTHORS +These manual pages were converted from +.In zlib.h +to mdoc format by +.An C. McEnroe Aq Mt june@causal.agency . |