diff options
Diffstat (limited to 'kate/Makefile.am')
-rw-r--r-- | kate/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/Makefile.am b/kate/Makefile.am index 180e86dab..4e2601ca5 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) `find . -name "*.cpp"` part/*.h -o $(podir)/katepart.pot + $(XGETTEXT) `tqfind . -name "*.cpp"` part/*.h -o $(podir)/katepart.pot DOXYGEN_REFERENCES = kdecore dcop kio kdeui kparts include ../admin/Doxyfile.am |