From 9c69bea5dc62e610118b985bc4699e6609a92171 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 --- 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