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 @@