You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
417 B
12 lines
417 B
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 = tdecore dcop tdeio tdeui tdeparts
|
|
include ../admin/Doxyfile.am
|
|
|