diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-07-19 16:24:35 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-07-19 16:24:35 -0700 |
commit | b43873a9ea07afc698d15559717550f8b46e365c (patch) | |
tree | 50d25c6b1e729ab088b9ee01ac5a0cc5b919ccb6 /templates/man.template | |
parent | 1c28c5308f0991c09af8dcbf4e555ee77fe1dab1 (diff) | |
download | pandoc-b43873a9ea07afc698d15559717550f8b46e365c.tar.gz |
Added templates as a git submodule.
This should make it easier for people to track updates to their
custom templates.
Diffstat (limited to 'templates/man.template')
-rw-r--r-- | templates/man.template | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/man.template b/templates/man.template deleted file mode 100644 index ff86c8ca6..000000000 --- a/templates/man.template +++ /dev/null @@ -1,18 +0,0 @@ -$if(has-tables)$ -.\"t -$endif$ -.TH $title$ $section$ "$date$" $description$ -$for(header-includes)$ -$header-includes$ -$endfor$ -$for(include-before)$ -$include-before$ -$endfor$ -$body$ -$for(include-after)$ -$include-after$ -$endfor$ -$if(author)$ -.SH AUTHORS -$for(author)$$author$$sep$; $endfor$. -$endif$ |