diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-17 06:46:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-17 06:46:16 +0000 |
| commit | 42bbf21bbd854d0fe2c1b0d0087fd45637a00edb (patch) | |
| tree | 0f8a87a72d971d0d85bda815ea2ca7f7fee01193 | |
| parent | 88b839834242d237eaf98fcc0aac94e21a767ace (diff) | |
install themupdate.py to share/openbox/
| -rw-r--r-- | Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a018dd56..35b837e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ desktopfilesdir = $(datadir)/gnome/wm-properties pkgconfigdir = $(libdir)/pkgconfig pubincludedir = $(includedir)/openbox/@OB_VERSION@/openbox pixmapdir = $(datadir)/pixmaps +userscriptdir = $(datadir)/openbox theme = TheBear @@ -261,13 +262,15 @@ dist_rc_DATA = \ data/rc.xml \ data/menu.xml +dist_userscript_DATA = \ + tools/themeupdate/themeupdate.py + dist_desktopfiles_DATA = \ data/openbox.desktop dist_noinst_DATA = \ render/obrender-3.0.pc.in \ - parser/obparser-3.0.pc.in \ - tools/themeupdate/themeupdate.py + parser/obparser-3.0.pc.in EXTRA_DIST = \ config.rpath \ |
