Clean up unnecessary code in translations's makefiles

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/35/head
Michele Calgaro 1 month ago
parent 90dd7f72ad
commit 1fd13d20f7
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1,11 +1,5 @@
###############################################################################
# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
###############################################################################
# The name of this module
THISMODULE = about
# Don't touch this
tmpdir = $(localedir)
# The *.mo files to generate
@ -44,39 +38,8 @@ POFILES = \
ru.po \
uk.po
###############################################################################
# STOP EDITING HERE
###############################################################################
# Killed the fuzzy entries: don't use them , they may SEGV
# - touch $@ && $(SS_MSGFMT) -fvo $@ $<
CLEANFILES = $(tmp_DATA)
EXTRA_DIST = $(POFILES)
about_%.mo: %.po
-touch $@ && $(SS_MSGFMT) -vo $@ $<
messages-extract:
@find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.cpp > files; \
find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.h >> files; \
xgettext -o $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot -k__tr_ctx -k__tr_no_lookup_ctx -k__tr2qs_ctx -k__tr2wc_ctx -k__tr2ws_ctx -f files; \
rm files; \
echo "Messages extracted to $(THISMODULE).pot";
messages-update:
@old=_old; \
if test -f "$(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot"; then \
for lang in $(POFILES); do \
echo "Updating file $$lang"; \
mv -f $$lang $$lang$$old; \
msgmerge -o $$lang $$lang$$old $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot && rm -f $$lang$$old; \
done; \
else \
echo "----------------------------------------------------"; \
echo "- WARNING: ./$(THISMODULE).pot does not exist"; \
echo "- WARNING: You must run make messages-extract first"; \
echo "----------------------------------------------------"; \
fi
messages: messages-extract messages-update

@ -1,11 +1,5 @@
###############################################################################
# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
###############################################################################
# The name of this module
THISMODULE = dcc
# Don't touch this
tmpdir = $(localedir)
# The *.mo files to generate
@ -40,39 +34,8 @@ POFILES = \
ru.po \
uk.po
###############################################################################
# STOP EDITING HERE
###############################################################################
# Killed the fuzzy entries: don't use them , they may SEGV
# - touch $@ && $(SS_MSGFMT) -fvo $@ $<
CLEANFILES = $(tmp_DATA)
EXTRA_DIST = $(POFILES)
dcc_%.mo: %.po
-touch $@ && $(SS_MSGFMT) -vo $@ $<
messages-extract:
@find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.cpp > files; \
find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.h >> files; \
xgettext -o $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot -k__tr_ctx -k__tr_no_lookup_ctx -k__tr2qs_ctx -k__tr2wc_ctx -k__tr2ws_ctx -f files; \
rm files; \
echo "Messages extracted to $(THISMODULE).pot";
messages-update:
@old=_old; \
if test -f "$(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot"; then \
for lang in $(POFILES); do \
echo "Updating file $$lang"; \
mv -f $$lang $$lang$$old; \
msgmerge -o $$lang $$lang$$old $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot && rm -f $$lang$$old; \
done; \
else \
echo "----------------------------------------------------"; \
echo "- WARNING: ./$(THISMODULE).pot does not exist"; \
echo "- WARNING: You must run make messages-extract first"; \
echo "----------------------------------------------------"; \
fi
messages: messages-extract messages-update

@ -1,11 +1,5 @@
################################################################################
# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
################################################################################
# The name of this module
THISMODULE = editor
# Don't touch this
tmpdir = $(localedir)
# The *.mo files to generate
@ -42,39 +36,8 @@ POFILES = \
ru.po \
uk.po
###############################################################################
# STOP EDITING HERE
###############################################################################
# Killed the fuzzy entries: don't use them , they may SEGV
# - touch $@ && $(SS_MSGFMT) -fvo $@ $<
CLEANFILES = $(tmp_DATA)
EXTRA_DIST = $(POFILES)
editor_%.mo: %.po
-touch $@ && $(SS_MSGFMT) -vo $@ $<
messages-extract:
@find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.cpp > files; \
find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.h >> files; \
xgettext -o $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot -k__tr_ctx -k__tr_no_lookup_ctx -k__tr2qs_ctx -k__tr2wc_ctx -k__tr2ws_ctx -f files; \
rm files; \
echo "Messages extracted to $(THISMODULE).pot";
messages-update:
@old=_old; \
if test -f "$(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot"; then \
for lang in $(POFILES); do \
echo "Updating file $$lang"; \
mv -f $$lang $$lang$$old; \
msgmerge -o $$lang $$lang$$old $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot && rm -f $$lang$$old; \
done; \
else \
echo "----------------------------------------------------"; \
echo "- WARNING: ./$(THISMODULE).pot does not exist"; \
echo "- WARNING: You must run make messages-extract first"; \
echo "----------------------------------------------------"; \
fi
messages: messages-extract messages-update

@ -1,11 +1,5 @@
###############################################################################
# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
###############################################################################
# The name of this module
THISMODULE = filetransferwindow
# Don't touch this
tmpdir = $(localedir)
# The *.mo files to generate
@ -44,39 +38,8 @@ POFILES = \
ru.po \
uk.po
###############################################################################
# STOP EDITING HERE
###############################################################################
# Killed the fuzzy entries: don't use them , they may SEGV
# - touch $@ && $(SS_MSGFMT) -fvo $@ $<
CLEANFILES = $(tmp_DATA)
EXTRA_DIST = $(POFILES)
filetransferwindow_%.mo: %.po
-touch $@ && $(SS_MSGFMT) -vo $@ $<
messages-extract:
@find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.cpp > files; \
find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.h >> files; \
xgettext -o $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot -k__tr_ctx -k__tr_no_lookup_ctx -k__tr2qs_ctx -k__tr2wc_ctx -k__tr2ws_ctx -f files; \
rm files; \
echo "Messages extracted to $(THISMODULE).pot";
messages-update:
@old=_old; \
if test -f "$(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot"; then \
for lang in $(POFILES); do \
echo "Updating file $$lang"; \
mv -f $$lang $$lang$$old; \
msgmerge -o $$lang $$lang$$old $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot && rm -f $$lang$$old; \
done; \
else \
echo "----------------------------------------------------"; \
echo "- WARNING: ./$(THISMODULE).pot does not exist"; \
echo "- WARNING: You must run make messages-extract first"; \
echo "----------------------------------------------------"; \
fi
messages: messages-extract messages-update

@ -1,11 +1,5 @@
###############################################################################
# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
###############################################################################
# The name of this module
THISMODULE = logview
# Don't touch this
tmpdir = $(localedir)
# The *.mo files to generate
@ -42,38 +36,8 @@ POFILES = \
ru.po \
uk.po
###############################################################################
# STOP EDITING HERE
###############################################################################
# Killed the fuzzy entries: don't use them , they may SEGV
# - touch $@ && $(SS_MSGFMT) -fvo $@ $<
CLEANFILES = $(tmp_DATA)
EXTRA_DIST = $(POFILES)
logview_%.mo: %.po
-touch $@ && $(SS_MSGFMT) -vo $@ $<
messages-extract:
@find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.cpp > files; \
find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.h >> files; \
xgettext -o $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot -k__tr_ctx -k__tr_no_lookup_ctx -k__tr2qs_ctx -k__tr2wc_ctx -k__tr2ws_ctx -f files; \
rm files; \
echo "Messages extracted to $(THISMODULE).pot";
messages-update:
@old=_old; \
if test -f "$(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot"; then \
for lang in $(POFILES); do \
echo "Updating file $$lang"; \
mv -f $$lang $$lang$$old; \
msgmerge -o $$lang $$lang$$old $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot && rm -f $$lang$$old; \
done; \
else \
echo "----------------------------------------------------"; \
echo "- WARNING: ./$(THISMODULE).pot does not exist"; \
echo "- WARNING: You must run make messages-extract first"; \
echo "----------------------------------------------------"; \
fi
messages: messages-extract messages-update

@ -1,11 +1,5 @@
################################################################################
# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
################################################################################
# The name of this module
THISMODULE = mediaplayer
# Don't touch this
tmpdir = $(localedir)
# The *.mo files to generate
@ -38,38 +32,8 @@ POFILES = \
ru.po \
uk.po
###############################################################################
# STOP EDITING HERE
###############################################################################
# Killed the fuzzy entries: don't use them , they may SEGV
# - touch $@ && $(SS_MSGFMT) -fvo $@ $<
CLEANFILES = $(tmp_DATA)
EXTRA_DIST = $(POFILES)
mediaplayer_%.mo: %.po
-touch $@ && $(SS_MSGFMT) -vo $@ $<
messages-extract:
@find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.cpp > files; \
find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.h >> files; \
xgettext -o $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot -k__tr_ctx -k__tr_no_lookup_ctx -k__tr2qs_ctx -k__tr2wc_ctx -k__tr2ws_ctx -f files; \
rm files; \
echo "Messages extracted to $(THISMODULE).pot";
messages-update:
@old=_old; \
if test -f "$(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot"; then \
for lang in $(POFILES); do \
echo "Updating file $$lang"; \
mv -f $$lang $$lang$$old; \
msgmerge -o $$lang $$lang$$old $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot && rm -f $$lang$$old; \
done; \
else \
echo "----------------------------------------------------"; \
echo "- WARNING: ./$(THISMODULE).pot does not exist"; \
echo "- WARNING: You must run make messages-extract first"; \
echo "----------------------------------------------------"; \
fi
messages: messages-extract messages-update

@ -1,11 +1,5 @@
################################################################################
# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
################################################################################
# The name of this module
THISMODULE = notifier
# Don't touch this
tmpdir = $(localedir)
# The *.mo files to generate
@ -46,38 +40,8 @@ POFILES = \
ru.po \
uk.po
###############################################################################
# STOP EDITING HERE
###############################################################################
# Killed the fuzzy entries: don't use them , they may SEGV
# - touch $@ && $(SS_MSGFMT) -fvo $@ $<
CLEANFILES = $(tmp_DATA)
EXTRA_DIST = $(POFILES)
notifier_%.mo: %.po
-touch $@ && $(SS_MSGFMT) -vo $@ $<
messages-extract:
@find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.cpp > files; \
find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.h >> files; \
xgettext -o $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot -k__tr_ctx -k__tr_no_lookup_ctx -k__tr2qs_ctx -k__tr2wc_ctx -k__tr2ws_ctx -f files; \
rm files; \
echo "Messages extracted to $(THISMODULE).pot";
messages-update:
@old=_old; \
if test -f "$(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot"; then \
for lang in $(POFILES); do \
echo "Updating file $$lang"; \
mv -f $$lang $$lang$$old; \
msgmerge -o $$lang $$lang$$old $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot && rm -f $$lang$$old; \
done; \
else \
echo "----------------------------------------------------"; \
echo "- WARNING: ./$(THISMODULE).pot does not exist"; \
echo "- WARNING: You must run make messages-extract first"; \
echo "----------------------------------------------------"; \
fi
messages: messages-extract messages-update

@ -1,11 +1,5 @@
################################################################################
# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
################################################################################
# The name of this module
THISMODULE = options
# Don't touch this
tmpdir = $(localedir)
@ -49,38 +43,8 @@ POFILES = \
sr.po \
uk.po
###############################################################################
# STOP EDITING HERE
###############################################################################
# Killed the fuzzy entries: don't use them , they may SEGV
# - touch $@ && $(SS_MSGFMT) -fvo $@ $<
CLEANFILES = $(tmp_DATA)
EXTRA_DIST = $(POFILES)
options_%.mo: %.po
-touch $@ && $(SS_MSGFMT) -vo $@ $<
messages-extract:
@find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.cpp > files; \
find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.h >> files; \
xgettext -o $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot -k__tr2qs_no_lookup -k__tr2qs_ctx -k__tr_no_lookup -f files; \
rm files; \
echo "Messages extracted to $(THISMODULE).pot";
messages-update:
@old=_old; \
if test -f "$(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot"; then \
for lang in $(POFILES); do \
echo "Updating file $$lang"; \
mv -f $$lang $$lang$$old; \
msgmerge -o $$lang $$lang$$old $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot && rm -f $$lang$$old; \
done; \
else \
echo "----------------------------------------------------"; \
echo "- WARNING: ./$(THISMODULE).pot does not exist"; \
echo "- WARNING: You must run make messages-extract first"; \
echo "----------------------------------------------------"; \
fi
messages: messages-extract messages-update

@ -1,11 +1,5 @@
###############################################################################
# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
###############################################################################
# The name of this module
THISMODULE = perl
# Don't touch this
tmpdir = $(localedir)
# The *.mo files to generate
@ -42,38 +36,8 @@ POFILES = \
ru.po \
uk.po
###############################################################################
# STOP EDITING HERE
###############################################################################
# Killed the fuzzy entries: don't use them , they may SEGV
# - touch $@ && $(SS_MSGFMT) -fvo $@ $<
CLEANFILES = $(tmp_DATA)
EXTRA_DIST = $(POFILES)
perl_%.mo: %.po
-touch $@ && $(SS_MSGFMT) -vo $@ $<
messages-extract:
@find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.cpp > files; \
find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.h >> files; \
xgettext -o $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot -k__tr_ctx -k__tr_no_lookup_ctx -k__tr2qs_ctx -k__tr2wc_ctx -k__tr2ws_ctx -f files; \
rm files; \
echo "Messages extracted to $(THISMODULE).pot";
messages-update:
@old=_old; \
if test -f "$(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot"; then \
for lang in $(POFILES); do \
echo "Updating file $$lang"; \
mv -f $$lang $$lang$$old; \
msgmerge -o $$lang $$lang$$old $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot && rm -f $$lang$$old; \
done; \
else \
echo "----------------------------------------------------"; \
echo "- WARNING: ./$(THISMODULE).pot does not exist"; \
echo "- WARNING: You must run make messages-extract first"; \
echo "----------------------------------------------------"; \
fi
messages: messages-extract messages-update

@ -1,11 +1,5 @@
###############################################################################
# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
###############################################################################
# The name of this module
THISMODULE = perlcore
# Don't touch this
tmpdir = $(localedir)
# The *.mo files to generate
@ -40,38 +34,8 @@ POFILES = \
ru.po \
uk.po
###############################################################################
# STOP EDITING HERE
###############################################################################
# Killed the fuzzy entries: don't use them , they may SEGV
# - touch $@ && $(SS_MSGFMT) -fvo $@ $<
CLEANFILES = $(tmp_DATA)
EXTRA_DIST = $(POFILES)
perlcore_%.mo: %.po
-touch $@ && $(SS_MSGFMT) -vo $@ $<
messages-extract:
@find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.cpp > files; \
find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.h >> files; \
xgettext -o $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot -k__tr_ctx -k__tr_no_lookup_ctx -k__tr2qs_ctx -k__tr2wc_ctx -k__tr2ws_ctx -f files; \
rm files; \
echo "Messages extracted to $(THISMODULE).pot";
messages-update:
@old=_old; \
if test -f "$(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot"; then \
for lang in $(POFILES); do \
echo "Updating file $$lang"; \
mv -f $$lang $$lang$$old; \
msgmerge -o $$lang $$lang$$old $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot && rm -f $$lang$$old; \
done; \
else \
echo "----------------------------------------------------"; \
echo "- WARNING: ./$(THISMODULE).pot does not exist"; \
echo "- WARNING: You must run make messages-extract first"; \
echo "----------------------------------------------------"; \
fi
messages: messages-extract messages-update

@ -1,11 +1,5 @@
###############################################################################
# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
###############################################################################
# The name of this module
THISMODULE = sharedfileswindow
# Don't touch this
tmpdir = $(localedir)
# The *.mo files to generate
@ -44,39 +38,8 @@ POFILES = \
ru.po \
uk.po
###############################################################################
# STOP EDITING HERE
###############################################################################
# Killed the fuzzy entries: don't use them , they may SEGV
# - touch $@ && $(SS_MSGFMT) -fvo $@ $<
CLEANFILES = $(tmp_DATA)
EXTRA_DIST = $(POFILES)
sharedfileswindow_%.mo: %.po
-touch $@ && $(SS_MSGFMT) -vo $@ $<
messages-extract:
@find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.cpp > files; \
find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.h >> files; \
xgettext -o $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot -k__tr_ctx -k__tr_no_lookup_ctx -k__tr2qs_ctx -k__tr2wc_ctx -k__tr2ws_ctx -f files; \
rm files; \
echo "Messages extracted to $(THISMODULE).pot";
messages-update:
@old=_old; \
if test -f "$(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot"; then \
for lang in $(POFILES); do \
echo "Updating file $$lang"; \
mv -f $$lang $$lang$$old; \
msgmerge -o $$lang $$lang$$old $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot && rm -f $$lang$$old; \
done; \
else \
echo "----------------------------------------------------"; \
echo "- WARNING: ./$(THISMODULE).pot does not exist"; \
echo "- WARNING: You must run make messages-extract first"; \
echo "----------------------------------------------------"; \
fi
messages: messages-extract messages-update

@ -1,11 +1,5 @@
###############################################################################
# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
###############################################################################
# The name of this module
THISMODULE = theme
# Don't touch this
tmpdir = $(localedir)
# The *.mo files to generate
@ -36,39 +30,8 @@ POFILES = \
ru.po \
uk.po
###############################################################################
# STOP EDITING HERE
###############################################################################
# Killed the fuzzy entries: don't use them , they may SEGV
# - touch $@ && $(SS_MSGFMT) -fvo $@ $<
CLEANFILES = $(tmp_DATA)
EXTRA_DIST = $(POFILES)
theme_%.mo: %.po
-touch $@ && $(SS_MSGFMT) -vo $@ $<
messages-extract:
@find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.cpp > files; \
find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.h >> files; \
xgettext -o $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot -k__tr_ctx -k__tr_no_lookup_ctx -k__tr2qs_ctx -k__tr2wc_ctx -k__tr2ws_ctx -f files; \
rm files; \
echo "Messages extracted to $(THISMODULE).pot";
messages-update:
@old=_old; \
if test -f "$(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot"; then \
for lang in $(POFILES); do \
echo "Updating file $$lang"; \
mv -f $$lang $$lang$$old; \
msgmerge -o $$lang $$lang$$old $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot && rm -f $$lang$$old; \
done; \
else \
echo "----------------------------------------------------"; \
echo "- WARNING: ./$(THISMODULE).pot does not exist"; \
echo "- WARNING: You must run make messages-extract first"; \
echo "----------------------------------------------------"; \
fi
messages: messages-extract messages-update

@ -1,11 +1,5 @@
################################################################################
# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <pragma at kvirc dot net>
################################################################################
# The name of this module
THISMODULE = torrent
# Don't touch this
tmpdir = $(localedir)
# The *.mo files to generate
@ -38,38 +32,8 @@ POFILES = \
ru.po \
uk.po
###############################################################################
# STOP EDITING HERE
###############################################################################
# Killed the fuzzy entries: don't use them , they may SEGV
# - touch $@ && $(SS_MSGFMT) -fvo $@ $<
CLEANFILES = $(tmp_DATA)
EXTRA_DIST = $(POFILES)
torrent_%.mo: %.po
-touch $@ && $(SS_MSGFMT) -vo $@ $<
messages-extract:
@find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.cpp > files; \
find $(topdir)/src/modules/$(THISMODULE)/ -maxdepth 10 -name *.h >> files; \
xgettext -o $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot -k__tr_ctx -k__tr_no_lookup_ctx -k__tr2qs_ctx -k__tr2wc_ctx -k__tr2ws_ctx -f files; \
rm files; \
echo "Messages extracted to $(THISMODULE).pot";
messages-update:
@old=_old; \
if test -f "$(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot"; then \
for lang in $(POFILES); do \
echo "Updating file $$lang"; \
mv -f $$lang $$lang$$old; \
msgmerge -o $$lang $$lang$$old $(topdir)/po/modules/$(THISMODULE)/$(THISMODULE).pot && rm -f $$lang$$old; \
done; \
else \
echo "----------------------------------------------------"; \
echo "- WARNING: ./$(THISMODULE).pot does not exist"; \
echo "- WARNING: You must run make messages-extract first"; \
echo "----------------------------------------------------"; \
fi
messages: messages-extract messages-update

@ -1,7 +1,3 @@
###############################################################################
# KVirc IRC client Makefile - 18.09.99 Szymon Stefanek <stefanek@tin.it>
###############################################################################
tmpdir = $(localedir)
tmp_DATA = \
@ -48,38 +44,5 @@ POFILES = \
EXTRA_DIST=$(POFILES)
# Killed the fuzzy entries: don't use them , they may SEGV
# - touch $@ && $(SS_MSGFMT) -fvo $@ $<
kvirc_%.mo: %.po
-touch $@ && $(SS_MSGFMT) -vo $@ $<
###############################################################################
# Messages
###############################################################################
messages-extract:
@find $(topdir)/src/ -maxdepth 10 -name *.cpp > files
find $(topdir)/src/ -maxdepth 10 -name *.h >> files
find $(topdir)/data/defscript/ -maxdepth 10 -name *.kvs >> files
xgettext -o $(topdir)/po/kvirc/kvirc.pot -k__tr -k__tr_no_lookup -k__tr2qs -k__tr2wc -k__tr2ws -ktr -f files
rm files; \
echo "Messages extracted to kvirc.pot";
messages-update:
@old=_old; \
if test -f "$(topdir)/po/kvirc/kvirc.pot"; then \
for lang in $(POFILES); do \
echo "Updating file $$lang"; \
mv -f $$lang $$lang$$old; \
msgmerge -o $$lang $$lang$$old $(topdir)/po/kvirc/kvirc.pot && rm -f $$lang$$old; \
done; \
else \
echo "----------------------------------------------------"; \
echo "- WARNING: ./kvirc.pot does not exist"; \
echo "- WARNING: You must run make messages-extract first"; \
echo "----------------------------------------------------"; \
fi
messages: messages-extract messages-update

Loading…
Cancel
Save