From a17d81684d700b8e179430dc7f6e1c31a3f26b26 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 29 Oct 2024 11:56:28 +0900 Subject: [PATCH] Remove autotools code to extract translation messages Signed-off-by: Michele Calgaro (cherry picked from commit 9c69bea5dc62e610118b985bc4699e6609a92171) --- src/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 81e1ea4..75fcead 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -59,8 +59,3 @@ rc_DATA = krecipesui.rc # this is where the pixmap file goes pixmapdir = $(datadir)/pixmaps pixmap_DATA = krecipes.xpm - -messages: rc.cpp - find ./ -name \*.ui | xargs --no-run-if-empty $(EXTRACTRC) >> rc.cpp - $(XGETTEXT) rc.cpp `find ./ -name \*.cpp` -o $(podir)/krecipes.pot - rm -f rc.cpp