diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-12-22 20:58:02 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-12-22 21:30:01 -0800 |
commit | 7ba55d74057c58b1108afb2404ffa6f2937ebb96 (patch) | |
tree | a117f318a3881ad924e7c1ac62165157b6961fbd /man/pandoc.1.template | |
parent | 2cf89ade856203bdf794d0b108019cbaa11673ad (diff) | |
download | pandoc-7ba55d74057c58b1108afb2404ffa6f2937ebb96.tar.gz |
Improve pandoc man page generation.
Use before and after includes rather than special template.
Diffstat (limited to 'man/pandoc.1.template')
-rw-r--r-- | man/pandoc.1.template | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/man/pandoc.1.template b/man/pandoc.1.template deleted file mode 100644 index 6a1c26a52..000000000 --- a/man/pandoc.1.template +++ /dev/null @@ -1,10 +0,0 @@ -$if(has-tables)$ -.\"t -$endif$ -.TH PANDOC 1 "$date$" "$version$" -.SH NAME -pandoc - general markup converter -$body$ -.PP -The Pandoc source code and all documentation may be downloaded -from <http://pandoc.org>. |