Skip to content

Commit

Permalink
change name of book pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam C. Foltzer committed Apr 24, 2014
1 parent af3e5ec commit 72cd17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down

0 comments on commit 72cd17c

Please sign in to comment.