mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
Updated following coolo's suggestion, hope the pot file now includes all the messages
svn path=/trunk/kdegraphics/kpdf/; revision=375340
This commit is contained in:
parent
50a8450174
commit
abdc236de9
1 changed files with 4 additions and 2 deletions
|
@ -4,8 +4,10 @@ INCLUDES = -I$(srcdir)/xpdf -I$(srcdir)/xpdf/goo -I$(top_builddir)/kpdf $(all_in
|
|||
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kpdf.pot
|
||||
messages:
|
||||
$(EXTRACTRC) `find . -name "*.rc" -o -name "*.ui"` > rc.cpp
|
||||
$(XGETTEXT) `find . -name "*.cpp" -o -name "*.cc" -o -name "*.h"` -o $(podir)/kpdf.pot
|
||||
rm -f rc.cpp
|
||||
|
||||
KDE_ICON = kpdf
|
||||
|
||||
|
|
Loading…
Reference in a new issue