From 49e0e507b72c51da39882f37e405747101213353 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 24 Feb 2008 05:48:41 +0000 Subject: Committed novalazy's initial patch for texinfo output, including tests for texinfo writer. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1243 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/generate.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/generate.sh') diff --git a/tests/generate.sh b/tests/generate.sh index 15e931b6c..70e23969f 100755 --- a/tests/generate.sh +++ b/tests/generate.sh @@ -5,6 +5,7 @@ ../pandoc -r native -s -w rst testsuite.native > writer.rst ../pandoc -r native -s -w html testsuite.native > writer.html ../pandoc -r native -s -w latex testsuite.native > writer.latex +../pandoc -r native -s -w texinfo testsuite.native > writer.texinfo ../pandoc -r native -s -w rtf testsuite.native > writer.rtf ../pandoc -r native -s -w man testsuite.native > writer.man sed -e '/^, Header 1 \[Str "HTML",Space,Str "Blocks"\]/,/^, HorizontalRule/d' testsuite.native | ../pandoc -r native -w docbook -s > writer.docbook -- cgit v1.2.3