f0e0bb6781e7 — Phillip Alday 9 years ago
include cite keys with periods
1 files changed, 2 insertions(+), 2 deletions(-)

M Makefile
M Makefile +2 -2
@@ 34,5 34,5 @@ clean:
 $(refs): bib.keys
 	$(python) extractbib.py bib.keys $(library) $(refs)
 
-bib.keys: $(paper).md
-	grep @[-:_a-zA-Z0-9]* $(paper).md -oh --color=never | sort  | uniq -u | sed 's/@//g' > bib.keys
+bib.keys: $(paper).md $(library)
+	egrep '@[-:_a-zA-Z0-9.]*' $(paper).md -oh --color=never | sort -u | sed 's/@//g' > bib.keys