From b74278cd19d900d1397e35b85f7b80d70cd574f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matth=C3=ADas=20P=C3=A1ll=20Gissurarson?= Date: Wed, 9 Mar 2016 01:07:57 +0100 Subject: Added a tutorial, based on graphql-js and servant documentation. --- docs/tutorial/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/tutorial/Makefile (limited to 'docs/tutorial/Makefile') diff --git a/docs/tutorial/Makefile b/docs/tutorial/Makefile new file mode 100644 index 0000000..04d8d71 --- /dev/null +++ b/docs/tutorial/Makefile @@ -0,0 +1,4 @@ +default: + pandoc -f markdown+lhs+yaml_metadata_block --highlight-style=haddock -S -c "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" --section-divs -c tutorial.css --toc --standalone -t html5 -o tutorial.html tutorial.lhs + pandoc -f markdown+lhs+yaml_metadata_block --highlight-style=haddock --toc --standalone -t rst -o tutorial.rst tutorial.lhs + pandoc -f markdown+lhs+yaml_metadata_block --highlight-style=haddock --toc --standalone -t latex -o tutorial.pdf tutorial.lhs -- cgit v1.2.3