From 93208c498d89ddb480886ab2036e4ad00b0fd9d9 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 19 Feb 2019 17:15:17 -0500 Subject: Add README --- Makefile | 3 +++ README | 18 ++++++++++++++++++ zlib-man-pages.7 | 31 +++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 README create mode 100644 zlib-man-pages.7 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 to mdoc format by C. + McEnroe . + +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 . -- cgit 1.4.1