diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-12-07 12:10:07 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-07 12:29:43 -0800 |
commit | 3b3387b4a325607cb8dd5ef5b6ddec5f7ae08bd7 (patch) | |
tree | 8d343859ee63e7ca90308823008b368b1ab2c801 /manpage.template | |
parent | 581f8f77d5ad8b8c1507e75f8b61fbc82cd1eb70 (diff) | |
download | pandoc-3b3387b4a325607cb8dd5ef5b6ddec5f7ae08bd7.tar.gz |
Improved process to create man page from README.
Previously it relied on pandoc already being installed.
Now it uses dist/package.conf.inplace.
Diffstat (limited to 'manpage.template')
-rw-r--r-- | manpage.template | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/manpage.template b/manpage.template new file mode 100644 index 000000000..544ef0a97 --- /dev/null +++ b/manpage.template @@ -0,0 +1,13 @@ +$if(has-tables)$ +.\"t +$endif$ +.TH PANDOC 1 "$date$" "$title$" +.SH NAME +pandoc - general markup converter +$body$ +.SH SEE ALSO +.PP +\f[C]markdown2pdf\f[] (1). +.PP +The Pandoc source code and all documentation may be downloaded +from <http://johnmacfarlane.net/pandoc/>. |