summaryrefslogtreecommitdiff
path: root/visualize/static/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-15 01:31:43 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-15 01:31:43 -0500
commitce8338cdc419a63afa105d239fc3ca60870e6125 (patch)
tree356427b8da1ab024ac18ef2ca8254a2a9f63a6e7 /visualize/static/Makefile
parente32f40db184d892540d6dd711e02912aead8d2b8 (diff)
parent14c51a5bd86384510071829ba0b0cfb515e924e5 (diff)
Merge commit '14c51a5' (Update to d3 2.8.1)parabolaweb-2012-11-15
is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
Diffstat (limited to 'visualize/static/Makefile')
-rw-r--r--visualize/static/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/visualize/static/Makefile b/visualize/static/Makefile
index 92340883..4fa99a20 100644
--- a/visualize/static/Makefile
+++ b/visualize/static/Makefile
@@ -1,7 +1,6 @@
-d3version=2.7.2
+d3version=2.8.1
-_targets=d3.js d3.layout.js d3.geom.js
-targets=$(_targets) $(patsubst %.js,%.min.js,$(_targets))
+targets=d3.v2.js d3.v2.min.js
gitignore=.d3
# Force creating the d3 directory before we even evaluate how to make d3.js