diff options
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 |