mirror of https://github.com/roytam1/kmeleon.git
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.
23 lines
418 B
23 lines
418 B
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- |
|
# vim: set filetype=python: |
|
|
|
DIST_SUBDIR = 'kplugins' |
|
|
|
PARALLEL_DIRS += [ |
|
'bmpmenu', |
|
'bookmarks', |
|
'favorites', |
|
'fullscreen', |
|
'gestures', |
|
'hotlist', |
|
'jsbridge', |
|
# 'update', |
|
'login', |
|
'macros', |
|
'privacy', |
|
'rebar_menu', |
|
'sessions', |
|
'spellcheck', |
|
'toolbars' |
|
] |
|
|
|
|