From 9d15b831648ff7a7acb1327efbce3b22181b6157 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 20 Jul 2019 06:57:13 +0200 Subject: Make the tutorial to compile again - Remove generated documentation leaving only documentation sources. - Add CI job checking that the tutorial is up to date. --- docs/tutorial/Makefile | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 docs/tutorial/Makefile (limited to 'docs/tutorial/Makefile') diff --git a/docs/tutorial/Makefile b/docs/tutorial/Makefile deleted file mode 100644 index 04d8d71..0000000 --- a/docs/tutorial/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -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