aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-06-17 12:48:48 +0000
committerNick Mathewson <nickm@torproject.org>2008-06-17 12:48:48 +0000
commit1db04d7466e509c6b5dd1a36cf434c18ed2af212 (patch)
treecbf8131ec76a9d23219730eeaf1ce3ab2e6bd9bd /Makefile
parentb4df1be37f5f34f3e44f6e7ce43fd597e8e23a49 (diff)
downloadanonbib-1db04d7466e509c6b5dd1a36cf434c18ed2af212.tar.gz
r19909@catbus: nickm | 2008-06-17 08:47:50 -0400
update copyright strings on anonbib; bump version to 0.3. svn:r279
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 772d5bd..bf90e91 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PYTHON=python
-VERSION=0.2svn
+VERSION=0.3
all:
$(PYTHON) writeHTML.py anonbib.cfg
@@ -21,8 +21,9 @@ TEMPLATES=_template_.html _template_bibtex.html
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 ChangeLog anonbib.cfg
+ writeHTML.py rank.py tests.py
+EXTRAS=TODO README Makefile ChangeLog anonbib.cfg gold.gif silver.gif \
+ upb.gif ups.gif
DISTFILES=$(TEMPLATES) $(CSS) $(BIBTEX) $(SOURCE) $(EXTRAS)