change name of book pdf

This commit is contained in:
Adam C. Foltzer 2014-04-23 18:52:10 -07:00
parent af3e5ecb39
commit 72cd17c11b
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -8,8 +8,8 @@ dist
results.xml
# don't check in generated documentation
docs/Cryptol.pdf
docs/CryptolPrims.pdf
docs/ProgrammingCryptol.pdf
docs/Syntax.pdf
docs/Version2Changes.pdf

View File

@ -13,7 +13,7 @@ markdown: ${MARKDOWN}
.PHONY: book
book:
(cd ProgrammingCryptol; make)
cp ProgrammingCryptol/tmp/${BOOK} .
cp ProgrammingCryptol/tmp/${BOOK} ./ProgrammingCryptol.pdf
%.pdf: %.md
pandoc $^ --toc -o $@