git.bettercrypto.org
/
ach-master.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1335eef
)
revert
author
Aaron Kaplan
<aaron@lo-res.org>
Tue, 3 Jun 2014 20:11:56 +0000
(22:11 +0200)
committer
Aaron Kaplan
<aaron@lo-res.org>
Tue, 3 Jun 2014 20:11:56 +0000
(22:11 +0200)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
b2022d2
..
2e051ed
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-14,7
+14,7
@@
pdf:
bibtex applied-crypto-hardening
makeglossaries applied-crypto-hardening
${LATEX} applied-crypto-hardening
- while grep -
E "(Rerun to get cross-references right)|(There were undefined references)
" \
+ while grep -
s "Rerun to get cross-references right
" \
applied-crypto-hardening.log ; do \
${LATEX} applied-crypto-hardening ; \
done