Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Further Makefile fixes to printf statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed May 10, 2012
1 parent 62d716a commit 2203d66
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -38,8 +38,8 @@ CSS_MINIFIER = java -Xmx96m -jar ${BUILD_DIR}/yuicompressor.jar
DATE=`git log --pretty=format:'%ad' -1`

all: clean qtip lint css min
@@printf ${PLUGIN_JS}
@@printf "qTip2 built successfully!\n"
@@printf "\n%s" ${PLUGIN_JS}
@@printf "qTip2 built successfully!\n\n"

${DIST_DIR}:
@@mkdir -p ${DIST_DIR}
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.basic.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Thu Apr 26 20:52:01 2012 +0100
* Date: Thu May 10 01:18:14 2012 +0100
*/

/*jslint browser: true, onevar: true, undef: true, nomen: true, bitwise: true, regexp: true, newcap: true, immed: true, strict: true */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.css
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Thu Apr 26 20:52:01 2012 +0100
* Date: Thu May 10 01:18:14 2012 +0100
*/

/* Core qTip styles */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Thu Apr 26 20:52:01 2012 +0100
* Date: Thu May 10 01:18:14 2012 +0100
*/

/*jslint browser: true, onevar: true, undef: true, nomen: true, bitwise: true, regexp: true, newcap: true, immed: true, strict: true */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.min.js

Large diffs are not rendered by default.

0 comments on commit 2203d66

Please sign in to comment.