mdoc 0.1.0.0 → 0.1.0.1
raw patch · 3 files changed
+38/−8 lines, 3 files
Files
- data/man1.template +15/−0
- data/man5.template +11/−0
- mdoc.cabal +12/−8
+ data/man1.template view
@@ -0,0 +1,15 @@+.\" vim: ft=nroff+.Dd $Mdocdate$+.Dt {{docTitle}} {{docSection}}+.Os+.Sh NAME+{{name}}+.Sh SYNOPSIS+{{synopsis}}+.Sh DESCRIPTION+{{description}}+{{environment}}+{{files}}+.Sh EXIT STATUS+{{exitStatus}}+{{seeAlso}}
+ data/man5.template view
@@ -0,0 +1,11 @@+.\" vim: ft=nroff+.Dd $Mdocdate$+.Dt {{docTitle}} {{docSection}}+.Os+.Sh NAME+{{name}}+.Sh SYNOPSIS+{{synopsis}}+.Sh DESCRIPTION+{{description}}+{{seeAlso}}
mdoc.cabal view
@@ -1,11 +1,15 @@-cabal-version: 1.18-name: mdoc-version: 0.1.0.0-license: AGPL-3-maintainer: Pat Brisbin-synopsis: Parser and pretty-printer for the mdoc(7) language-description: Please see README.md-build-type: Simple+cabal-version: 1.18+name: mdoc+version: 0.1.0.1+license: AGPL-3+maintainer: Pat Brisbin+synopsis: Parser and pretty-printer for the mdoc(7) language+description: Please see README.md+build-type: Simple+extra-source-files:+ data/man1.template+ data/man5.template+ extra-doc-files: README.md CHANGELOG.md