diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-29 11:56:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-29 11:56:28 +0900 |
commit | 9c69bea5dc62e610118b985bc4699e6609a92171 (patch) | |
tree | 972eb5c707fc36bcffb981851792774360fd1a3e /src | |
parent | 722352152635f6aec20d7d3bdf2554b7745c633f (diff) | |
download | krecipes-9c69bea5dc62e610118b985bc4699e6609a92171.tar.gz krecipes-9c69bea5dc62e610118b985bc4699e6609a92171.zip |
Remove autotools code to extract translation messages
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 |