Skip to content

Commit

Permalink
cite keys with periods
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Sep 14, 2015
1 parent dddaee8 commit b00b124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b00b124

Please sign in to comment.