From 3b3387b4a325607cb8dd5ef5b6ddec5f7ae08bd7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 7 Dec 2010 12:10:07 -0800 Subject: Improved process to create man page from README. Previously it relied on pandoc already being installed. Now it uses dist/package.conf.inplace. --- manpage.template | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 manpage.template (limited to 'manpage.template') 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 . -- cgit v1.2.3