diff options
Diffstat (limited to 'kcachegrind')
-rw-r--r-- | kcachegrind/kcachegrind/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcachegrind/kcachegrind/Makefile.am b/kcachegrind/kcachegrind/Makefile.am index 3b4871aa..76db3d6b 100644 --- a/kcachegrind/kcachegrind/Makefile.am +++ b/kcachegrind/kcachegrind/Makefile.am @@ -53,10 +53,10 @@ tipdir = $(kde_datadir)/kcachegrind tip_DATA = tips messages: rc.cpp - $(PREPARETIPS) > tips.cpp - LIST=`find . -name \*.h -o -name \*.cpp`; \ + $(PREPARETIPS) > tips.txt + LIST=`find . -name \*.h -o -name \*.cpp -o -name \*.txt`; \ if test -n "$$LIST"; then \ $(XGETTEXT) $$LIST -o $(podir)/kcachegrind.pot; \ fi - rm -f tips.cpp + rm -f tips.txt |