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