1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00

- do not try to extract files with .cc extension, as there is not any.

- do not explicitely try to extract rc.cpp, as it is already extracted by *.cpp
  (This is to avoid a double reference for each message.)
(goutte)

svn path=/trunk/KDE/kdenetwork/krfb/; revision=649888
This commit is contained in:
Script Kiddy
2007-04-03 10:51:01 +00:00
parent cecfaa69b6
commit 358cc5ee54

View File

@@ -1,2 +1,2 @@
#! /bin/sh
$XGETTEXT rc.cpp *.cpp *.cc -o $podir/krfb.pot
$XGETTEXT *.cpp -o $podir/krfb.pot