aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-24 20:00:06 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-24 20:00:06 +0000
commit5bfc263f67e8efa305a330a8928ce98c940b657f (patch)
tree59407bb03502d7df644e276d2709aebf1166a14f /Makefile
parent714263e8f1a59030f0c32adcbc37bde408f1af46 (diff)
downloadanonbib-5bfc263f67e8efa305a330a8928ce98c940b657f.tar.gz
Add a 'make suggest' target to see if google scholar knows any URLs we do not.
svn:r304
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b0c966f..90cb8e1 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,9 @@ update:
$(PYTHON) updateCache.py anonbib.cfg
$(PYTHON) rank.py anonbib.cfg
+suggest:
+ $(PYTHON) rank.py suggest anonbib.cfg
+
test:
$(PYTHON) test.py