From 36da02feaf635168f08ea06471fc1bfc38ebc3d4 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 3 Feb 2004 19:42:57 +0000 Subject: Tidy files, add copyright notices, add make dist target svn:r84 --- Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5c13c70..a4979e6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ PYTHON=python2 +VERSION=0.1 all: $(PYTHON) writeHTML.py @@ -12,3 +13,20 @@ update: veryclean: clean rm -f author.html date.html topic.html bibtex.html tmp.bib + +TEMPLATES=_template_.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 + +DISTFILES=$(TEMPLATES) $(CSS) $(BIBTEX) $(SOURCE) $(EXTRAS) + +dist: clean + rm -rf anonbib-$(VERSION) + mkdir anonbib-$(VERSION) + 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 -- cgit v1.2.3-70-g09d2