aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-06-09 22:22:33 +0000
committerNick Mathewson <nickm@torproject.org>2004-06-09 22:22:33 +0000
commit25d62c145a309d3e3d136d6181d971c263850f7c (patch)
tree524bb0559c32767449a866abee19b638d80f3f01 /Makefile
parent2cfc13dce37c83169c7b3a1b14ffaa3d8e3a80fb (diff)
downloadanonbib-25d62c145a309d3e3d136d6181d971c263850f7c.tar.gz
Add missing file to make dist
svn:r93
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a4979e6..b72ab63 100644
--- 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)