Merge pull request #2773 from eddiemonge/makefile

Makefile fixes #2772 to add structure css files.
This commit is contained in:
Todd Parker 2011-10-20 13:10:16 -07:00
commit 0d27f377ac

View file

@ -144,8 +144,8 @@ pull:
# Zip the 4 files and the theme images into one convenient package
zip: init js min css cssmin
@@mkdir -p ${DIR}
@@cp ${OUTPUT}/${DIR}*.js ${DIR}/
@@cp ${OUTPUT}/${DIR}*.css ${DIR}/
@@cp ${OUTPUT}/*.js ${DIR}/
@@cp ${OUTPUT}/*.css ${DIR}/
@@cp -R css/themes/${CSSTHEME}/images ${DIR}/
@@zip -rq ${OUTPUT}/${DIR}.zip ${DIR}
@@rm -fr ${DIR}