diff --git a/.gitignore b/.gitignore index c1afdf1..caee7cf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ Makefile Makefile.in aclocal.m4 autom4te.cache/ +compile config.h config.h.in config.h.in~ @@ -22,3 +23,4 @@ stamp-h1 ylwrap *.o *.core +*.tar.gz diff --git a/Makefile.am b/Makefile.am index a627ccd..ee11294 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,3 @@ -SUBDIRS = src data +SUBDIRS = src data contrib dist_doc_DATA = README.md +man1_MAN = sermon.1 diff --git a/sermon.1 b/sermon.1 new file mode 100644 index 0000000..67171c7 --- /dev/null +++ b/sermon.1 @@ -0,0 +1,48 @@ +.Dd $Mdocdate: July 7 2016$ +.Dt SERMON 1 +.Os +.Sh NAME +.Nm sermon +.Nd converts sermon text markup to a variety of formats +.Sh SYNOPSIS +.Nm sermon +.Op Fl hv +.Op Fl a Ar author +.Op Fl s Ar stylename +.Op Fl o Ar output +.Ar +.Sh DESCRIPTION +The +.Nm +utility converts sermon markup text into a variety of useful formats, +including +.Em HTML Ns +, +.Em ODT Ns +, and +.Em XSL-FO No Ns . +.\" .Sh CONTEXT +.\" For section 9 functions only. +.\" .Sh IMPLEMENTATION NOTES +.\" Not used in OpenBSD. +.\" .Sh RETURN VALUES +.\" For sections 2, 3, and 9 function return values only. +.\" .Sh ENVIRONMENT +.\" For sections 1, 6, 7, and 8 only. +.\" .Sh FILES +.\" .Sh EXIT STATUS +.\" For sections 1, 6, and 8 only. +.\" .Sh EXAMPLES +.\" .Sh DIAGNOSTICS +.\" For sections 1, 4, 6, 7, 8, and 9 printf/stderr messages only. +.\" .Sh ERRORS +.\" For sections 2, 3, 4, and 9 errno settings only. +.\" .Sh SEE ALSO +.\" .Xr foobar 1 +.\" .Sh STANDARDS +.\" .Sh HISTORY +.\" .Sh AUTHORS +.\" .Sh CAVEATS +.\" .Sh BUGS +.\" .Sh SECURITY CONSIDERATIONS +.\" Not used in OpenBSD.