summaryrefslogtreecommitdiff
path: root/build/update-creator.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/update-creator.sh')
-rwxr-xr-xbuild/update-creator.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/build/update-creator.sh b/build/update-creator.sh
new file mode 100755
index 000000000..f3fc9e28c
--- /dev/null
+++ b/build/update-creator.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+cd ..
+
+find -name \*.cpp \
+ -o -name \*.h \
+ -o -name \*.am \
+ -o -name \*.txt \
+ -o -name \*.xml \
+ -o -name \*.manaplus \
+ | sort > manaplus.files