summaryrefslogtreecommitdiffstats
path: root/kate/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kate/Makefile.am')
-rw-r--r--kate/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/Makefile.am b/kate/Makefile.am
index 4e2601ca5..180e86dab 100644
--- a/kate/Makefile.am
+++ b/kate/Makefile.am
@@ -4,7 +4,7 @@ EXTRA_DIST = AUTHORS COPYING.LIB ChangeLog NEWS README TODO
messages:
$(EXTRACTRC) ./*/*.rc >> rc.cpp
$(EXTRACTATTR) --attr=language,name,Language --attr="language,section,Language Section" data/*.xml >> rc.cpp
- $(XGETTEXT) `tqfind . -name "*.cpp"` part/*.h -o $(podir)/katepart.pot
+ $(XGETTEXT) `find . -name "*.cpp"` part/*.h -o $(podir)/katepart.pot
DOXYGEN_REFERENCES = kdecore dcop kio kdeui kparts
include ../admin/Doxyfile.am