diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-01-28 09:15:29 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-01-28 09:15:29 -0800 |
commit | 219573eed213dd40a405f24e3acfddf9a9ffb379 (patch) | |
tree | da17cfe906cdf138c46e390957eab2c6a12409a9 /man/man1 | |
parent | f90e18b95504c4a684f317acc6592c26b76c547b (diff) | |
download | pandoc-219573eed213dd40a405f24e3acfddf9a9ffb379.tar.gz |
Moved manpage.template -> man/man1/pandoc.1.template.
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/pandoc.1.template | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/man1/pandoc.1.template b/man/man1/pandoc.1.template new file mode 100644 index 000000000..544ef0a97 --- /dev/null +++ b/man/man1/pandoc.1.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/>. |