From 8690d56ff0bbd1031e8cc6788dd2159aac6b7adb Mon Sep 17 00:00:00 2001 From: Trevor Elliott Date: Fri, 7 Jun 2013 11:59:57 -0700 Subject: Reorganize the build system * Move all javascript source to src/js * Update the test runner, etc. * Do less javascript compilation --- doc/build.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/build.mk b/doc/build.mk index f62ef54..f628a6c 100644 --- a/doc/build.mk +++ b/doc/build.mk @@ -60,7 +60,7 @@ $(eval $(call stage-doc-dir,$(path)/images)) doc: $(jsdoc-dir)/index.html $(jsdoc-dir)/index.html: \ - $(topdir)/contexts/data/fiveui/injected/prelude.js \ - $(topdir)/contexts/data/fiveui/injected/jquery-plugins.js \ + $(topdir)/src/js/fiveui/injected/prelude.js \ + $(topdir)/src/js/fiveui/injected/jquery-plugins.js \ | $(build-dir) $(call label,JSDOC)$(topdir)/tools/bin/jsdoc $^ $(redir) -- cgit v1.2.3