summaryrefslogtreecommitdiff
path: root/build/update-creator.sh
blob: f3fc9e28c4f87990ece7636ff4b7b921d8f2345c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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