Don't add an extra copy of Programming Cryptol (#970)

Two different Makefiles each copied it and used different file names.

Closes #969.
This commit is contained in:
Aaron Tomb 2020-11-17 09:26:03 -08:00 committed by GitHub
parent 85413b3212
commit 692c814776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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