Skip to content

Commit

Permalink
Fetch genop.tab from the otp repo (happi#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi authored Apr 9, 2017
1 parent a5ea8b2 commit 2037617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 539 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ code/book/ebin/generate_op_doc.beam: code/book/src/generate_op_doc.erl
opcodes_doc.asciidoc: genop.tab code/book/ebin/generate_op_doc.beam
erl -noshell -s generate_op_doc from_shell genop.tab opcodes_doc.asciidoc

genop.tab:
wget -O genop.tab https://raw.githubusercontent.com/erlang/otp/master/lib/compiler/src/genop.tab
touch $@

# generate_op_doc.beam: generate_op_doc.erl
# erlc generate_op_doc.erl
Expand Down
Loading

0 comments on commit 2037617

Please sign in to comment.