moved info text to license-info.txt

This commit is contained in:
John Bender 2011-11-09 16:00:25 -08:00
parent 989f7f1542
commit 7085843b74
6 changed files with 7 additions and 7 deletions

View file

@ -103,9 +103,9 @@ all: init js min css cssmin notify
# Build the normal CSS file. # Build the normal CSS file.
css: init css: init
# Build the CSS file # Build the CSS file
@@cat INTRO.txt | ${SED_VER} > ${OUTPUT}/${CSS} @@cat LICENSE-INFO.txt | ${SED_VER} > ${OUTPUT}/${CSS}
@@cat ${CSSFILES} >> ${OUTPUT}/${CSS} @@cat ${CSSFILES} >> ${OUTPUT}/${CSS}
@@cat INTRO.txt | ${SED_VER} > ${OUTPUT}/${CSSSTRUCTURE} @@cat LICENSE-INFO.txt | ${SED_VER} > ${OUTPUT}/${CSSSTRUCTURE}
@@cat ${CSSSTRUCTUREFILES} >> ${OUTPUT}/${CSSSTRUCTURE} @@cat ${CSSSTRUCTUREFILES} >> ${OUTPUT}/${CSSSTRUCTURE}
# Build the minified CSS file # Build the minified CSS file
@ -119,7 +119,7 @@ cssmin: init css
# Build the normal JS file # Build the normal JS file
js: init js: init
# Build the JavaScript file # Build the JavaScript file
@@cat INTRO.txt | ${SED_VER} > ${OUTPUT}/${JS} @@cat LICENSE-INFO.txt | ${SED_VER} > ${OUTPUT}/${JS}
@@cat ${JSFILES} >> ${OUTPUT}/${JS} @@cat ${JSFILES} >> ${OUTPUT}/${JS}
# Create the output directory. This is in a separate step so its not dependant on other targets # Create the output directory. This is in a separate step so its not dependant on other targets

View file

@ -1,6 +1,6 @@
<?php <?php
$files = array_merge($files, array( $files = array_merge($files, array(
'../../../INTRO.txt', '../../../LICENSE-INFO.txt',
'../../structure/jquery.mobile.core.css', '../../structure/jquery.mobile.core.css',
'../../structure/jquery.mobile.transitions.css', '../../structure/jquery.mobile.transitions.css',
'../../structure/jquery.mobile.grids.css', '../../structure/jquery.mobile.grids.css',

View file

@ -1,7 +1,7 @@
<?php <?php
$type = 'text/css'; $type = 'text/css';
$files = array( $files = array(
'../../../js/jquery.mobile.intro.js', '../../../LICENSE-INFO.txt',
'jquery.mobile.theme.css' 'jquery.mobile.theme.css'
); );
$base = dirname(__FILE__); $base = dirname(__FILE__);

View file

@ -1,7 +1,7 @@
<?php <?php
$type = 'text/css'; $type = 'text/css';
$files = array( $files = array(
'../../../INTRO.txt', '../../../LICENSE-INFO.txt',
'jquery.mobile.theme.css' 'jquery.mobile.theme.css'
); );
$base = dirname(__FILE__); $base = dirname(__FILE__);

View file

@ -1,7 +1,7 @@
<?php <?php
$type = 'text/javascript'; $type = 'text/javascript';
$files = array( $files = array(
'INTRO.txt', 'LICENSE-INFO.txt',
'jquery.ui.widget.js', 'jquery.ui.widget.js',
'jquery.mobile.widget.js', 'jquery.mobile.widget.js',
'jquery.mobile.media.js', 'jquery.mobile.media.js',