From 1fd13d20f7ef0600a7efe2fa725b84e43c846e32 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Sun, 23 Nov 2025 23:05:05 +0900
Subject: Clean up unnecessary code in translations's makefiles

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 translations/messages/kvirc-about/Makefile.am      | 37 ----------------------
 translations/messages/kvirc-dcc/Makefile.am        | 37 ----------------------
 translations/messages/kvirc-editor/Makefile.am     | 37 ----------------------
 .../messages/kvirc-filetransferwindow/Makefile.am  | 37 ----------------------
 translations/messages/kvirc-logview/Makefile.am    | 36 ---------------------
 .../messages/kvirc-mediaplayer/Makefile.am         | 36 ---------------------
 translations/messages/kvirc-notifier/Makefile.am   | 36 ---------------------
 translations/messages/kvirc-options/Makefile.am    | 36 ---------------------
 translations/messages/kvirc-perl/Makefile.am       | 36 ---------------------
 translations/messages/kvirc-perlcore/Makefile.am   | 36 ---------------------
 .../messages/kvirc-sharedfileswindow/Makefile.am   | 37 ----------------------
 translations/messages/kvirc-theme/Makefile.am      | 37 ----------------------
 translations/messages/kvirc-torrent/Makefile.am    | 36 ---------------------
 translations/messages/kvirc/Makefile.am            | 37 ----------------------
 14 files changed, 511 deletions(-)

diff --git a/translations/messages/kvirc-about/Makefile.am b/translations/messages/kvirc-about/Makefile.am
index 834fabb..fce931e 100644
--- a/translations/messages/kvirc-about/Makefile.am
+++ b/translations/messages/kvirc-about/Makefile.am
@@ -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
diff --git a/translations/messages/kvirc-dcc/Makefile.am b/translations/messages/kvirc-dcc/Makefile.am
index 5f34a08..38ef9f6 100644
--- a/translations/messages/kvirc-dcc/Makefile.am
+++ b/translations/messages/kvirc-dcc/Makefile.am
@@ -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
diff --git a/translations/messages/kvirc-editor/Makefile.am b/translations/messages/kvirc-editor/Makefile.am
index 9b754d4..ed10999 100644
--- a/translations/messages/kvirc-editor/Makefile.am
+++ b/translations/messages/kvirc-editor/Makefile.am
@@ -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
diff --git a/translations/messages/kvirc-filetransferwindow/Makefile.am b/translations/messages/kvirc-filetransferwindow/Makefile.am
index 96db601..5728e26 100644
--- a/translations/messages/kvirc-filetransferwindow/Makefile.am
+++ b/translations/messages/kvirc-filetransferwindow/Makefile.am
@@ -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
diff --git a/translations/messages/kvirc-logview/Makefile.am b/translations/messages/kvirc-logview/Makefile.am
index 5d73a40..3a15081 100644
--- a/translations/messages/kvirc-logview/Makefile.am
+++ b/translations/messages/kvirc-logview/Makefile.am
@@ -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
diff --git a/translations/messages/kvirc-mediaplayer/Makefile.am b/translations/messages/kvirc-mediaplayer/Makefile.am
index 43d15c2..553eedc 100644
--- a/translations/messages/kvirc-mediaplayer/Makefile.am
+++ b/translations/messages/kvirc-mediaplayer/Makefile.am
@@ -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
diff --git a/translations/messages/kvirc-notifier/Makefile.am b/translations/messages/kvirc-notifier/Makefile.am
index a93c139..fb09c7e 100644
--- a/translations/messages/kvirc-notifier/Makefile.am
+++ b/translations/messages/kvirc-notifier/Makefile.am
@@ -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
diff --git a/translations/messages/kvirc-options/Makefile.am b/translations/messages/kvirc-options/Makefile.am
index ecc1993..f04708a 100644
--- a/translations/messages/kvirc-options/Makefile.am
+++ b/translations/messages/kvirc-options/Makefile.am
@@ -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
diff --git a/translations/messages/kvirc-perl/Makefile.am b/translations/messages/kvirc-perl/Makefile.am
index 55545e5..9d93253 100644
--- a/translations/messages/kvirc-perl/Makefile.am
+++ b/translations/messages/kvirc-perl/Makefile.am
@@ -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
diff --git a/translations/messages/kvirc-perlcore/Makefile.am b/translations/messages/kvirc-perlcore/Makefile.am
index 136ec22..6c7d20d 100644
--- a/translations/messages/kvirc-perlcore/Makefile.am
+++ b/translations/messages/kvirc-perlcore/Makefile.am
@@ -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
diff --git a/translations/messages/kvirc-sharedfileswindow/Makefile.am b/translations/messages/kvirc-sharedfileswindow/Makefile.am
index 80b9a6d..7f953e5 100644
--- a/translations/messages/kvirc-sharedfileswindow/Makefile.am
+++ b/translations/messages/kvirc-sharedfileswindow/Makefile.am
@@ -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
diff --git a/translations/messages/kvirc-theme/Makefile.am b/translations/messages/kvirc-theme/Makefile.am
index 9cf9c68..1641848 100644
--- a/translations/messages/kvirc-theme/Makefile.am
+++ b/translations/messages/kvirc-theme/Makefile.am
@@ -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
diff --git a/translations/messages/kvirc-torrent/Makefile.am b/translations/messages/kvirc-torrent/Makefile.am
index afac209..eb02dac 100644
--- a/translations/messages/kvirc-torrent/Makefile.am
+++ b/translations/messages/kvirc-torrent/Makefile.am
@@ -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
diff --git a/translations/messages/kvirc/Makefile.am b/translations/messages/kvirc/Makefile.am
index 789ab34..44ca7ff 100644
--- a/translations/messages/kvirc/Makefile.am
+++ b/translations/messages/kvirc/Makefile.am
@@ -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
-- 
cgit v1.2.3

