summaryrefslogtreecommitdiffstats
path: root/kate/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kate/Makefile.am')
-rw-r--r--kate/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/kate/Makefile.am b/kate/Makefile.am
new file mode 100644
index 000000000..180e86dab
--- /dev/null
+++ b/kate/Makefile.am
@@ -0,0 +1,11 @@
+SUBDIRS = interfaces part data scripts plugins
+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
+
+DOXYGEN_REFERENCES = kdecore dcop kio kdeui kparts
+include ../admin/Doxyfile.am
+