From 1cbd7960fb7eba621f439ece463d82f7ee179f68 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 6 Mar 2007 02:58:24 +0000 Subject: [PATCH] don't install the old themeupdate.py file --- Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 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 \ -- 2.39.2