all repos — openbox @ 6d0d75cd352c87707b653038fa8555b53dfb3f8d

openbox fork - make it a bit more like ryudo

add the makefiles for the themes' data dirs
Dana Jansens danakj@orodu.net
commit

6d0d75cd352c87707b653038fa8555b53dfb3f8d

parent

527af7664ae257dfe9fc72ea4e4201f59f082f87

3 files changed, 20 insertions(+), 0 deletions(-)

jump to
A themes/ebox_data/Makefile.am

@@ -0,0 +1,6 @@

+themedatadir=$(datadir)/openbox/themes/ebox_data + +themedata_DATA=\ + close.xbm \ + iconify.xbm \ + max.xbm
A themes/fieron2_data/Makefile.am

@@ -0,0 +1,7 @@

+themedatadir=$(datadir)/openbox/themes/fieron2_data + +themedata_DATA=\ + close.xbm \ + iconify.xbm \ + max.xbm \ + stick.xbm
A themes/fieron_data/Makefile.am

@@ -0,0 +1,7 @@

+themedatadir=$(datadir)/openbox/themes/fieron_data + +themedata_DATA=\ + close.xbm \ + iconify.xbm \ + max.xbm \ + stick.xbm