From: Brian Warner <warner@lothar.com>
Date: Thu, 14 Dec 2006 11:16:43 +0000 (-0700)
Subject: Makefile: fix location of figleaf.excludes
X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~426
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/flags/class-simplejson.JSONEncoder.html?a=commitdiff_plain;h=8a858f745d459c8e6ae4c0e94d65771315fcf775;p=tahoe-lafs%2Ftahoe-lafs.git

Makefile: fix location of figleaf.excludes
---

diff --git a/Makefile b/Makefile
index ab73f3ea..93a68be7 100644
--- a/Makefile
+++ b/Makefile
@@ -30,11 +30,11 @@ test: build
 
 test-figleaf:
 	$(PP) trial --reporter=bwverbose-figleaf $(TEST)
-	figleaf2html -d coverage-html -x allmydata/test/figleaf.excludes
+	figleaf2html -d coverage-html -x src/allmydata/test/figleaf.excludes
 # after doing test-figleaf, point your browser at coverage-html/index.html
 
 figleaf-output:
-	figleaf2html -d coverage-html -x allmydata/test/figleaf.excludes
+	figleaf2html -d coverage-html -x src/allmydata/test/figleaf.excludes
 
 pyflakes:
 	pyflakes src/allmydata