diff options
Diffstat (limited to 'tests/generate.sh')
-rwxr-xr-x | tests/generate.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/generate.sh b/tests/generate.sh deleted file mode 100755 index 090691f02..000000000 --- a/tests/generate.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -../pandoc -r native -s -w native testsuite.native > writer.native -../pandoc -r native -s -w markdown testsuite.native > writer.markdown -../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 -../pandoc -r native -s -w mediawiki testsuite.native > writer.mediawiki -../pandoc -r native -s -w opendocument testsuite.native > writer.opendocument -sed -e '/^, Header 1 \[Str "HTML",Space,Str "Blocks"\]/,/^, HorizontalRule/d' testsuite.native | ../pandoc -r native -w docbook -s > writer.docbook -sed -e '/^, Header 1 \[Str "LaTeX"\]/,/^, HorizontalRule/d' testsuite.native | ../pandoc -r native -w context -s > writer.context - |