Exclude from diff *.po and *.gmo files, but not the whole po directory.

This commit is contained in:
Pavel Roskin 2003-02-21 03:00:28 +00:00
parent 31ba6af202
commit d667648fd5
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ rm -f $MC_PATCH $MC_PATCH_BZ2
make distdir MSGMERGE=false
# Sometimes GNU diff returns 1 for unclear reasons
diff -urN -x po $MC_BASE_DIR mc-*/ >$MC_PATCH || :
diff -urN -x '*.po' -x '*.gmo' $MC_BASE_DIR mc-*/ >$MC_PATCH || :
bzip2 $MC_PATCH
upload "$MCTARBALL" "mc*.tar.gz"