diff options
| author | Nick Mathewson <nickm@torproject.org> | 2004-08-15 20:03:38 +0000 |
|---|---|---|
| committer | Nick Mathewson <nickm@torproject.org> | 2004-08-15 20:03:38 +0000 |
| commit | 133164406a50d56633fa39fb553cbb838f70c529 (patch) | |
| tree | 8f539ac5459da2d832f849743001d83ecccffcc6 /Makefile | |
| parent | c1e3f892258e70c5308d9656661a46abcbf691ca (diff) | |
| download | anonbib-133164406a50d56633fa39fb553cbb838f70c529.tar.gz | |
Add basic unit tests; fix lastname,firstname name syntax; make configuration a separate file; make templates a configuration option; add separate cache jails to take advantage of apache http auth (last idea is from geoff)
svn:r109
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,15 +1,15 @@ PYTHON=python2 -VERSION=0.1 +VERSION=0.2cvs all: - $(PYTHON) writeHTML.py + $(PYTHON) writeHTML.py anonbib.cfg clean: rm -f *~ */*~ *.pyc *.pyo update: - $(PYTHON) updateCache.py + $(PYTHON) updateCache.py anonbib.cfg veryclean: clean rm -f author.html date.html topic.html bibtex.html tmp.bib |
