r23760 - gnucash/trunk/src/report/jqplot - Ship src/report/jqplot/jquery.js in the tarball.

John Ralls jralls at code.gnucash.org
Fri Jan 24 19:11:26 EST 2014


Author: jralls
Date: 2014-01-24 19:11:25 -0500 (Fri, 24 Jan 2014)
New Revision: 23760
Trac: http://svn.gnucash.org/trac/changeset/23760

Modified:
   gnucash/trunk/src/report/jqplot/Makefile.am
Log:
Ship src/report/jqplot/jquery.js in the tarball.

The tarball contains jquery.min.js, which is a minified version of jquery.js.
The minified version is not the preferred form of modification, so it is not
source code, and jquery.js must also be included.

Modified: gnucash/trunk/src/report/jqplot/Makefile.am
===================================================================
--- gnucash/trunk/src/report/jqplot/Makefile.am	2014-01-24 23:04:17 UTC (rev 23759)
+++ gnucash/trunk/src/report/jqplot/Makefile.am	2014-01-25 00:11:25 UTC (rev 23760)
@@ -31,5 +31,6 @@
   plugins/jqplot.pointLabels.js \
   plugins/jqplot.trendline.js
 
-
-EXTRA_DIST = ${gncjqplot_DATA}
+# Also ship jquery.js since it is the source for jquery.min.js
+EXTRA_DIST = ${gncjqplot_DATA} \
+	jquery.js



More information about the gnucash-changes mailing list