summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-06-09 08:43:19 +0300
committerLars Wirzenius <liw@liw.fi>2019-06-09 08:43:19 +0300
commit87c39a5b41ab5d775177524e88fbcf12a4c452c1 (patch)
treeec475e4862c2549a29746284d4ff90df592ca159 /Makefile
parent7456120b2c7f0572e76fb81901413abc9092a482 (diff)
downloadfable-87c39a5b41ab5d775177524e88fbcf12a4c452c1.tar.gz
Drop: fable arch doc, now that it's in fable-poc.gitHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 1392c21..0000000
--- a/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-.SUFFIXES: .md .pdf .dot .svg
-
-all: fable.pdf
-
-fable.pdf: Makefile fable.md arch.svg
-
-.md.pdf:
- pandoc -o $@ $<
-
-.dot.svg:
- dot -Tsvg -o $@ $<