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.
10 lines
285 B
10 lines
285 B
15 years ago
|
SUBDIRS = interfaces plugins src pics profiles
|
||
|
|
||
|
DOXYGEN_REFERENCES = kdeui kparts libkcal
|
||
|
include $(top_srcdir)/admin/Doxyfile.am
|
||
|
|
||
|
|
||
|
messages: rc.cpp
|
||
|
$(EXTRACTRC) src/*.kcfg >> rc.cpp
|
||
|
$(XGETTEXT) rc.cpp src/*.cpp interfaces/*.cpp plugins/*/*.cpp plugins/*/*.h -o $(podir)/kontact.pot
|