commit be0d19a9312398cf414d3abcc4d8d3f5c0f3d9fe
parent 3a188a234cbeed9c15601cf614cc564bdada35f4
Author: Nick Mathewson <nickm@torproject.org>
Date: Thu, 13 Jan 2005 06:22:30 +0000
Bump anonbib version
svn:r126
Diffstat:
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git 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)
diff --git a/README b/README
@@ -1,4 +1,6 @@
anonbib 0.1 -- Code to generate the anonymity bibliography
+ (Alternative abbreviations: An(n)otated Net Bibliography,
+
Copyright (c) 2003-2004 Nick Mathewson
Based on 'PDOSBib' perl code by Eddie Kohler