From b0535907ca96e955d7e16ab500c6286daff4db62 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 10 Jul 2007 14:33:10 +0000 Subject: [PATCH] extract the messages from the .ui files as well svn path=/trunk/KDE/kdegraphics/okular/; revision=686066 --- generators/ghostview/Messages.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/generators/ghostview/Messages.sh b/generators/ghostview/Messages.sh index 32cc10caf..65c46f85a 100644 --- a/generators/ghostview/Messages.sh +++ b/generators/ghostview/Messages.sh @@ -1,2 +1,3 @@ #!/bin/sh +$EXTRACTRC $(find conf/ -name "*.ui") >> rc_okular_ghostview.cpp || exit 11 $XGETTEXT $(find . -name "*.cpp" -o -name "*.h") -o $podir/okular_ghostview.pot