summaryrefslogtreecommitdiff
path: root/docs/tutorial/Makefile
diff options
context:
space:
mode:
authorDanny Navarro <j@dannynavarro.net>2016-03-15 14:02:34 +0100
committerDanny Navarro <j@dannynavarro.net>2016-03-15 14:02:34 +0100
commit77853b17ae1197ba075ccc68df2a949dffc97092 (patch)
tree6e8385c5522ea92e4be314493c244c0ec043c568 /docs/tutorial/Makefile
parentd8a731fe30ce800ac8347a902f38373d6cf689b2 (diff)
parent61d6af777897d918decc0ab8ef6456e05fccbe7b (diff)
downloadgraphql-77853b17ae1197ba075ccc68df2a949dffc97092.tar.gz
Merge branch 'all-improvements'
This adds general API documentation, a tutorial and error handling.
Diffstat (limited to 'docs/tutorial/Makefile')
-rw-r--r--docs/tutorial/Makefile4
1 files changed, 4 insertions, 0 deletions
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