diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-24 04:21:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-24 04:21:26 +0300 |
commit | 2b2948138292432e0a88e0fe6790e8afd25a5871 (patch) | |
tree | 724b0d44e478383c50667a02a1853af190a2084d /update-creator.sh | |
parent | 063818408e0c991a4cd71028367cc72dbfd6eedf (diff) | |
download | plus-2b2948138292432e0a88e0fe6790e8afd25a5871.tar.gz plus-2b2948138292432e0a88e0fe6790e8afd25a5871.tar.bz2 plus-2b2948138292432e0a88e0fe6790e8afd25a5871.tar.xz plus-2b2948138292432e0a88e0fe6790e8afd25a5871.zip |
Delete some useless files and rename windows resource file.
Fix some strings in INSTALL file.
Diffstat (limited to 'update-creator.sh')
-rwxr-xr-x | update-creator.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update-creator.sh b/update-creator.sh index edda56131..781261f5d 100755 --- a/update-creator.sh +++ b/update-creator.sh @@ -4,5 +4,5 @@ find -name \*.cpp \ -o -name \*.am \ -o -name \*.txt \ -o -name \*.xml \ - -o -name \*.mana \ - | sort > mana.files + -o -name \*.manaplus \ + | sort > manaplus.files |