$OpenBSD: patch-makei18n_sh,v 1.1 2005/08/02 14:00:31 naddy Exp $
--- makei18n.sh.orig	Tue Jul 19 22:00:59 2005
+++ makei18n.sh	Tue Jul 19 22:01:25 2005
@@ -2,25 +2,25 @@ APP_NAME="bittorrent"
 LANGUAGES='af ar da de es fi fr he_IL hu it ja ko nl no pt_BR ro ru sk sl sq sv tr zh_CN zh_TW'
 MESSAGES_PO="messages.pot"
 
-rm -f $APP_NAME.lis
+#rm -f $APP_NAME.lis
 
 # create .pot file with most important strings first so that people
 # who start but don't finish translations end up translating the most
 # important parts
-ls bt*gui.py                  >> $APP_NAME.lis
-ls BitTorrent/GUI.py          >> $APP_NAME.lis
-ls BitTorrent/TorrentQueue.py >> $APP_NAME.lis
-ls BitTorrent/defaultargs.py  >> $APP_NAME.lis
-ls bt*.py                     >> $APP_NAME.lis
-ls *py                        >> $APP_NAME.lis
+#ls bt*gui.py                  >> $APP_NAME.lis
+#ls BitTorrent/GUI.py          >> $APP_NAME.lis
+#ls BitTorrent/TorrentQueue.py >> $APP_NAME.lis
+#ls BitTorrent/defaultargs.py  >> $APP_NAME.lis
+#ls bt*.py                     >> $APP_NAME.lis
+#ls *py                        >> $APP_NAME.lis
 # find everything else
-find . -name \*.py -type f | egrep -v '/(build)|(dist)|(test)/' >> $APP_NAME.lis
+#find . -name \*.py -type f | egrep -v '/(build)|(dist)|(test)/' >> $APP_NAME.lis
 
-xgettext -f $APP_NAME.lis -L Python -o - | \
-    sed -e 's/CHARSET/UTF-8/' > $MESSAGES_PO.nonunique
+#xgettext -f $APP_NAME.lis -L Python -o - | \
+#    sed -e 's/CHARSET/UTF-8/' > $MESSAGES_PO.nonunique
 
-msguniq $MESSAGES_PO.nonunique > $MESSAGES_PO
-rm -f $MESSAGES_PO.nonunique
+#msguniq $MESSAGES_PO.nonunique > $MESSAGES_PO
+#rm -f $MESSAGES_PO.nonunique
 
 for lang in $LANGUAGES ; do 
     echo "making $lang"
