ignore ignore
[platform/upstream/libzypp.git] / po / createPot
1 #!/bin/bash
2
3 # search for sourcecode-files
4 SRCFILES=`find .. -type d -name testsuite -prune , \
5                            -type f -name "*.h" \
6                                 -o -name "*.pm"  \
7                                 -o -name "*.c"   \
8                                 -o -name "*.cc"  \
9                                 -o -name "*.cpp"`
10 echo $SRCFILES
11 #calling xgettext with the sourcefiles
12 xgettext --no-wrap --add-comments --add-location --keyword=_ --keyword=_:1,2 --keyword=__ --keyword=N_ --foreign-user --copyright-holder="SuSE Linux Products GmbH, Nuernberg" --default-domain=libzypp --output=zypp.pot $SRCFILES