3 # This script is used by the MAINTAINER to make copies of the stylesheets for
4 # the base Zen theme from the stylesheets in the STARTERKIT.
7 for FILENAME in ../../STARTERKIT/css/*.css; do
8 cp ../../STARTERKIT/css/$FILENAME .;
11 # Don't need the core reference.
12 rm drupal7-reference.css;
15 for FILENAME in ../../STARTERKIT/images/*; do
16 cp ../../STARTERKIT/css/$FILENAME ../images/;