aboutsummaryrefslogtreecommitdiff
path: root/spec/Makefile
diff options
context:
space:
mode:
authorSchuyler Eldridge2022-03-04 16:07:54 -0500
committerGitHub2022-03-04 16:07:54 -0500
commita372c20cc1a52881356603274512bd35e7149a55 (patch)
tree1681eea0384928afaf27729f515c977d173398bb /spec/Makefile
parent95cae3cd0eb9ac72eb6373207dbf9f09fb1c7086 (diff)
[spec] Remove FIRRTL Specification (#2488)
This removes the FIRRTL specification as this now lives in its own repository: https://github.com/chipsalliance/firrtl-spec All git history (excluding binary updates to spec.pdf) have been migrated to the new repository. Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
Diffstat (limited to 'spec/Makefile')
-rw-r--r--spec/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/Makefile b/spec/Makefile
deleted file mode 100644
index 3c762cd1..00000000
--- a/spec/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-
-SPEC = spec.pdf
-
-all: $(SPEC)
-
-spec.pdf: spec.md firrtl.xml spec-template.tex firrtl.xml ebnf.xml
- pandoc $< --template spec-template.tex --syntax-definition firrtl.xml --syntax-definition ebnf.xml -r markdown+table_captions+inline_code_attributes+gfm_auto_identifiers --filter pandoc-crossref -o $@
-
-clean:
- rm -f *.aux *.log *.out *.toc *.pdf