commit 87ba5d9587343dcdfa1f82d6170a452587765e09
parent f5c17c518acf35911e74d1d6c0547c90a1dda167
Author: Nick Mathewson <nickm@torproject.org>
Date: Wed, 9 Jun 2004 22:22:33 +0000
Add missing file to make dist
svn:r93
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
@@ -14,7 +14,7 @@ update:
veryclean: clean
rm -f author.html date.html topic.html bibtex.html tmp.bib
-TEMPLATES=_template_.html
+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 \
@@ -29,4 +29,4 @@ dist: clean
tar cf - $(DISTFILES) | (cd anonbib-$(VERSION); tar xf -)
mkdir anonbib-$(VERSION)/cache
tar czf anonbib-$(VERSION).tar.gz anonbib-$(VERSION)
- rm -rf anonbib-$(VERSION)
-\ No newline at end of file
+ rm -rf anonbib-$(VERSION)