Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mksrcarc.sh')
-rw-r--r--mksrcarc.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/mksrcarc.sh b/mksrcarc.sh
index 9b533174..4d53e80a 100644
--- a/mksrcarc.sh
+++ b/mksrcarc.sh
@@ -2,16 +2,16 @@
set -e
-perl mkfiles.pl
# These are text files.
text=`{ find . -name CVS -prune -o \
-name .cvsignore -prune -o \
-name .svn -prune -o \
+ -name .git -prune -o \
-name LATEST.VER -prune -o \
-name CHECKLST.txt -prune -o \
-name mksrcarc.sh -prune -o \
- -name '*.dsp' -prune -o \
- -name '*.dsw' -prune -o \
+ -name '*.chm' -prune -o \
+ -name '*.cur' -prune -o \
-type f -print | sed 's/^\.\///'; } | \
grep -ivE 'test/.*\.txt|MODULE|website.url' | grep -vF .ico | grep -vF .icns`
# These are files which I'm _sure_ should be treated as text, but
@@ -21,7 +21,7 @@ text=`{ find . -name CVS -prune -o \
bintext=test/*.txt
# These are actual binary files which we don't want transforming.
bin=`{ ls -1 windows/*.ico windows/website.url; \
- find . -name '*.dsp' -print -o -name '*.dsw' -print; }`
+ find . -name '*.chm' -print -o -name '*.cur' -print; }`
verbosely() {
echo "$@"