fe625e053d
This change adds `--man1` and `--man5` options to pandoc, so pandoc can generate its own man pages. It removes the old overly complex method of building a separate executable (but not installing it) just to create the man pages. The man pages are no longer automatically created in the build process. The man/ directory has been removed. The man page templates have been moved to data/. New unexported module: Text.Pandoc.ManPages. Text.Pandoc.Data now exports readmeFile, and `readDataFile` knows how to find README. Closes #2190.
16 lines
382 B
Text
16 lines
382 B
Text
$if(has-tables)$
|
|
.\"t
|
|
$endif$
|
|
.TH PANDOC 1 "$date$" "$version$"
|
|
.SH NAME
|
|
pandoc - general markup converter
|
|
$body$
|
|
.SH PANDOC'S MARKDOWN
|
|
For a complete description of pandoc's extensions to standard markdown,
|
|
see \f[C]pandoc_markdown\f[] (5).
|
|
.SH SEE ALSO
|
|
.PP
|
|
\f[C]pandoc_markdown\f[] (5).
|
|
.PP
|
|
The Pandoc source code and all documentation may be downloaded
|
|
from <http://pandoc.org>.
|