ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/mkmanifest
(Generate patch)

Comparing deliantra/Deliantra-Client/mkmanifest (file contents):
Revision 1.9 by root, Wed Sep 3 06:07:39 2008 UTC vs.
Revision 1.10 by root, Wed Sep 3 12:50:43 2008 UTC

1#!/bin/sh 1#!/bin/sh
2 2
3( 3(
4 <MANIFEST grep -v ^resources/ | grep -v ^pod/ 4 <MANIFEST grep -v ^resources/ | grep -v ^pod/
5 echo 5 echo
6 for theme in "" "/theme-plain" "/theme-blue"; do 6 for theme in "" "/theme-plain" "/theme-blue" "/theme-metal"; do
7 base="resources$theme" 7 base="resources$theme"
8 for file in \ 8 for file in \
9 $base/theme.json \ 9 $base/theme.json \
10 $base/*.png \ 10 $base/*.png \
11 $base/fonts/*.ttf \ 11 $base/fonts/*.ttf \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines