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.
15 lines
376 B
15 lines
376 B
15 years ago
|
if include_fontinst_tn
|
||
|
FONTINST_TN_SUBDIR=thumbnail
|
||
|
FONTINST_VP_SUBDIR=viewpart
|
||
|
endif
|
||
|
|
||
|
SUBDIRS = lib $(FONTINST_TN_SUBDIR) $(FONTINST_VP_SUBDIR) kcmfontinst kfile-plugin kfontinst kio
|
||
|
|
||
|
EXTRA_DIST = TODO
|
||
|
|
||
|
konqservicedir = $(kde_datadir)/konqueror/servicemenus
|
||
|
konqservice_DATA = installfont.desktop
|
||
|
|
||
|
messages: rc.cpp
|
||
|
$(XGETTEXT) rc.cpp */*.cpp */*.h -o $(podir)/kfontinst.pot
|