aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-09-20 17:34:32 +0000
committerNick Mathewson <nickm@torproject.org>2006-09-20 17:34:32 +0000
commitcd6bae7e0e90a8f54c6ccdb0ca9c07265f5a734d (patch)
tree8041ecfd1bb850387a3bbc65088099123f708040
parentdc87faa278851b4fbefb8fc1cad6136114c1968e (diff)
downloadanonbib-cd6bae7e0e90a8f54c6ccdb0ca9c07265f5a734d.tar.gz
Distribute example config file with anonbib bundle.
svn:r171
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3cb0909..e1ef106 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,3 @@
-
PYTHON=python
VERSION=0.2cvs
@@ -22,7 +21,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 ChangeLog
+EXTRAS=TODO README Makefile ChangeLog anonbib.cfg
DISTFILES=$(TEMPLATES) $(CSS) $(BIBTEX) $(SOURCE) $(EXTRAS)