From 7085843b74c7e7a96c921483f853912ba6b4e7e0 Mon Sep 17 00:00:00 2001 From: John Bender Date: Wed, 9 Nov 2011 16:00:25 -0800 Subject: [PATCH] moved info text to license-info.txt --- INTRO.txt => LICENSE-INFO.txt | 0 Makefile | 6 +++--- css/structure/index.php | 2 +- css/themes/default/index.php | 2 +- css/themes/valencia/index.php | 2 +- js/index.php | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) rename INTRO.txt => LICENSE-INFO.txt (100%) diff --git a/INTRO.txt b/LICENSE-INFO.txt similarity index 100% rename from INTRO.txt rename to LICENSE-INFO.txt diff --git a/Makefile b/Makefile index f78eb3bb..42e0118c 100644 --- a/Makefile +++ b/Makefile @@ -103,9 +103,9 @@ all: init js min css cssmin notify # Build the normal CSS file. css: init # Build the CSS file - @@cat INTRO.txt | ${SED_VER} > ${OUTPUT}/${CSS} + @@cat LICENSE-INFO.txt | ${SED_VER} > ${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} # Build the minified CSS file @@ -119,7 +119,7 @@ cssmin: init css # Build the normal JS file js: init # Build the JavaScript file - @@cat INTRO.txt | ${SED_VER} > ${OUTPUT}/${JS} + @@cat LICENSE-INFO.txt | ${SED_VER} > ${OUTPUT}/${JS} @@cat ${JSFILES} >> ${OUTPUT}/${JS} # Create the output directory. This is in a separate step so its not dependant on other targets diff --git a/css/structure/index.php b/css/structure/index.php index 44cd9bd2..ab08918d 100644 --- a/css/structure/index.php +++ b/css/structure/index.php @@ -1,6 +1,6 @@