diff options
| author | Nick Mathewson <nickm@torproject.org> | 2008-06-17 12:48:48 +0000 |
|---|---|---|
| committer | Nick Mathewson <nickm@torproject.org> | 2008-06-17 12:48:48 +0000 |
| commit | 1db04d7466e509c6b5dd1a36cf434c18ed2af212 (patch) | |
| tree | cbf8131ec76a9d23219730eeaf1ce3ab2e6bd9bd /Makefile | |
| parent | b4df1be37f5f34f3e44f6e7ce43fd597e8e23a49 (diff) | |
| download | anonbib-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-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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) |
