|
|
@ -533,6 +533,7 @@ podir=${podir:-$PWD/po}
|
|
|
|
files=`find . -name Makefile.am | xargs egrep -l '^messages:' `
|
|
|
|
files=`find . -name Makefile.am | xargs egrep -l '^messages:' `
|
|
|
|
dirs=`for i in $files; do echo \`dirname $i\`; done`
|
|
|
|
dirs=`for i in $files; do echo \`dirname $i\`; done`
|
|
|
|
tmpname="$PWD/messages.log"
|
|
|
|
tmpname="$PWD/messages.log"
|
|
|
|
|
|
|
|
export PATH=$PATH:/opt/kde3/bin
|
|
|
|
if test -z "$EXTRACTRC"; then EXTRACTRC=extractrc ; fi
|
|
|
|
if test -z "$EXTRACTRC"; then EXTRACTRC=extractrc ; fi
|
|
|
|
if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi
|
|
|
|
if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi
|
|
|
|
export EXTRACTRC PREPARETIPS
|
|
|
|
export EXTRACTRC PREPARETIPS
|
|
|
|