diff options
author | Michele Calgaro <[email protected]> | 2024-10-29 11:56:28 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-29 21:58:43 +0900 |
commit | a17d81684d700b8e179430dc7f6e1c31a3f26b26 (patch) | |
tree | 705f1128e7642216c796930246714a57db6b2797 /src | |
parent | 75de44ef55d460b4115e9b52a28f09d8f81c013a (diff) | |
download | krecipes-a17d81684d700b8e179430dc7f6e1c31a3f26b26.tar.gz krecipes-a17d81684d700b8e179430dc7f6e1c31a3f26b26.zip |
Remove autotools code to extract translation messages
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 9c69bea5dc62e610118b985bc4699e6609a92171)
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 0 insertions, 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 |