aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-01-13 06:22:30 +0000
committerNick Mathewson <nickm@torproject.org>2005-01-13 06:22:30 +0000
commit6d0b89b7ce34808426b088c4576b4b1ba95c0493 (patch)
tree029a38294633a3b4b9dd32f4a21867f47390d0c5 /Makefile
parent3926ef7670063de5684d68bd9f59f84dd38424cc (diff)
downloadanonbib-6d0b89b7ce34808426b088c4576b4b1ba95c0493.tar.gz
Bump anonbib version
svn:r126
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e89a9e8..5c8ed20 100644
--- a/Makefile
+++ b/Makefile
@@ -8,9 +8,12 @@ all:
clean:
rm -f *~ */*~ *.pyc *.pyo
-update:
+update:
$(PYTHON) updateCache.py anonbib.cfg
+test:
+ $(PYTHON) test.py
+
veryclean: clean
rm -f author.html date.html topic.html bibtex.html tmp.bib
@@ -19,7 +22,7 @@ CSS=css/main.css css/pubs.css
BIBTEX=anonbib.bib
SOURCE=BibTeX.py config.py metaphone.py reconcile.py updateCache.py \
writeHTML.py
-EXTRAS=TODO README Makefile
+EXTRAS=TODO README Makefile ChangeLog
DISTFILES=$(TEMPLATES) $(CSS) $(BIBTEX) $(SOURCE) $(EXTRAS)