diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-06 02:58:24 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-06 02:58:24 +0000 |
| commit | 1cbd7960fb7eba621f439ece463d82f7ee179f68 (patch) | |
| tree | 3ab79c29fc703ee0b693bb3a3249fc33a27d409e /Makefile.am | |
| parent | c18edc32aa7d5ce50655918b9969859bab21f94d (diff) | |
don't install the old themeupdate.py file
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index f1b1b9f8..34dbafc2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,6 @@ pkgconfigdir = $(libdir)/pkgconfig pubincludedir = $(includedir)/openbox/@OB_VERSION@/openbox pixmapdir = $(datadir)/pixmaps xsddir = $(datadir)/openbox -userscriptdir = $(datadir)/openbox theme = bear2 @@ -355,16 +354,11 @@ data/menu.xml: Makefile $(srcdir)/data/menu.xml.in data @mkdir data 2>/dev/null || true @$(edit) $(srcdir)/data/menu.xml.in >$@ -dist_userscript_DATA = \ - tools/themeupdate/themeupdate.py - -install-data-hook: - chmod +x $(DESTDIR)$(userscriptdir)/themeupdate.py - dist_desktopfiles_DATA = \ data/openbox.desktop dist_noinst_DATA = \ + tools/themeupdate/themeupdate.py \ version.h.in \ data/rc.xml.in \ data/menu.xml.in \ |
