[yelp-tools] yelp-build: Changes for yelp-xsl upgrade to jQuery.syntax 3.0
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-tools] yelp-build: Changes for yelp-xsl upgrade to jQuery.syntax 3.0
- Date: Mon, 16 May 2011 22:57:27 +0000 (UTC)
commit c6a5f8d46bf08983f730e2c8efd37be05d9a78e5
Author: Shaun McCance <shaunm gnome org>
Date: Mon May 16 19:01:42 2011 -0400
yelp-build: Changes for yelp-xsl upgrade to jQuery.syntax 3.0
tools/yelp-build.in | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/tools/yelp-build.in b/tools/yelp-build.in
index 8f5f965..26c6bf0 100755
--- a/tools/yelp-build.in
+++ b/tools/yelp-build.in
@@ -302,6 +302,8 @@ yelp_html_db2html () {
# Copy jQuery
cp "${yelp_js_dir}/jquery.js" "$html_out/$html_internal_datadir"
cp "${yelp_js_dir}/jquery.syntax.js" "$html_out/$html_internal_datadir"
+ cp "${yelp_js_dir}/jquery.syntax.core.js" "$html_out/$html_internal_datadir"
+ cp "${yelp_js_dir}/jquery.syntax.layout.yelp.js" "$html_out/$html_internal_datadir"
(
echo '<xsl:stylesheet'
echo ' xmlns:xsl="http://www.w3.org/1999/XSL/Transform"'
@@ -420,6 +422,8 @@ yelp_html_page2html () {
# Copy jQuery
cp "${yelp_js_dir}/jquery.js" "$html_out/$html_internal_datadir"
cp "${yelp_js_dir}/jquery.syntax.js" "$html_out/$html_internal_datadir"
+ cp "${yelp_js_dir}/jquery.syntax.core.js" "$html_out/$html_internal_datadir"
+ cp "${yelp_js_dir}/jquery.syntax.layout.yelp.js" "$html_out/$html_internal_datadir"
(
echo '<xsl:stylesheet'
echo ' xmlns:xsl="http://www.w3.org/1999/XSL/Transform"'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]