install themupdate.py to share/openbox/
This commit is contained in:
parent
88b8398342
commit
42bbf21bbd
1 changed files with 5 additions and 2 deletions
|
@ -8,6 +8,7 @@ desktopfilesdir = $(datadir)/gnome/wm-properties
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pubincludedir = $(includedir)/openbox/@OB_VERSION@/openbox
|
pubincludedir = $(includedir)/openbox/@OB_VERSION@/openbox
|
||||||
pixmapdir = $(datadir)/pixmaps
|
pixmapdir = $(datadir)/pixmaps
|
||||||
|
userscriptdir = $(datadir)/openbox
|
||||||
|
|
||||||
theme = TheBear
|
theme = TheBear
|
||||||
|
|
||||||
|
@ -261,13 +262,15 @@ dist_rc_DATA = \
|
||||||
data/rc.xml \
|
data/rc.xml \
|
||||||
data/menu.xml
|
data/menu.xml
|
||||||
|
|
||||||
|
dist_userscript_DATA = \
|
||||||
|
tools/themeupdate/themeupdate.py
|
||||||
|
|
||||||
dist_desktopfiles_DATA = \
|
dist_desktopfiles_DATA = \
|
||||||
data/openbox.desktop
|
data/openbox.desktop
|
||||||
|
|
||||||
dist_noinst_DATA = \
|
dist_noinst_DATA = \
|
||||||
render/obrender-3.0.pc.in \
|
render/obrender-3.0.pc.in \
|
||||||
parser/obparser-3.0.pc.in \
|
parser/obparser-3.0.pc.in
|
||||||
tools/themeupdate/themeupdate.py
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
config.rpath \
|
config.rpath \
|
||||||
|
|
Loading…
Reference in a new issue