Skip to content

Commit

Permalink
Don't add an extra copy of Programming Cryptol (#970)
Browse files Browse the repository at this point in the history
Two different Makefiles each copied it and used different file names.

Closes #969.
  • Loading branch information
Aaron Tomb authored Nov 17, 2020
1 parent 85413b3 commit 692c814
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/ProgrammingCryptol/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ MAKEINDEX = makeindex
# TODO: Ensure that TEXINPUTS is set correctly to make \includes and \usepackages more robust?

all: pdf
cp ${TMP}/Cryptol.pdf ..

test:
cd aes ; make test
Expand Down

0 comments on commit 692c814

Please sign in to comment.