summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-02-29 20:18:23 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-02-29 20:18:23 +0000
commit51196d28f1cbfba2f4289175d53ae80e404c0425 (patch)
tree22e6c9e6f0f0b4b372a8b318831869a4cf54b8b4 /Makefile
parent8a32abdedbd1c203100cfe10018356f90be10412 (diff)
parent29457450049b50dca16b33d65ef6dfff2d92d27c (diff)
downloadspec-51196d28f1cbfba2f4289175d53ae80e404c0425.tar.gz
Merge "Allow rendering the spec as a website"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 3cfeb6f..0000000
--- a/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# Makefile for Baserock definitions format specification
-
-# This is available in the 'python3-markdown2' package on Fedora.
-MARKDOWN2 = markdown2-3.4
-
-spec.html: spec.mdwn
- $(MARKDOWN2) $< > $@