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.
26 lines
717 B
26 lines
717 B
SUBDIRS = konsole other doc fonts
|
|
|
|
xdg_apps_DATA = konsole.desktop konsolesu.desktop
|
|
|
|
kde_services_DATA = konsolepart.desktop kwrited.desktop konsole-script.desktop
|
|
kde_servicetypes_DATA = terminalemulator.desktop
|
|
|
|
update_DATA = konsole.upd
|
|
update_SCRIPTS = schemaStrip.pl
|
|
updatedir = $(kde_datadir)/kconf_update
|
|
|
|
servicesdir = $(kde_servicesdir)/kded
|
|
services_DATA = kwrited.desktop
|
|
|
|
install-data-local:
|
|
@-rm -f $(DESTDIR)$(datadir)/autostart/kwrited.desktop
|
|
|
|
konsolehere_DATA = konsolehere.desktop
|
|
konsoleheredir = $(kde_datadir)/konqueror/servicemenus
|
|
|
|
misc_DATA = eventsrc tips
|
|
miscdir = $(kde_datadir)/konsole
|
|
|
|
EXTRA_DIST = CONTRIBUTORS LICENSE.readme README.bugs \
|
|
README.linux.console tests $(xdg_apps_DATA)
|