From: Dana Jansens Date: Wed, 17 Sep 2003 06:46:16 +0000 (+0000) Subject: install themupdate.py to share/openbox/ X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=42bbf21bbd854d0fe2c1b0d0087fd45637a00edb;p=chaz%2Fopenbox install themupdate.py to share/openbox/ --- 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 \