diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/Makefile.am | 8 | ||||
| -rw-r--r-- | data/buttons/Makefile.am | 2 | ||||
| -rw-r--r-- | data/styles/Makefile.am | 2 |
3 files changed, 4 insertions, 8 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index c8054908..67f1bd30 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,10 +1,10 @@ -SUBDIRS = styles buttons +#SUBDIRS = styles buttons CLEANFILES = menu MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = README.menu menu.in -all-local: menu +pkgdata_DATA = menu distclean-local: $(RM) *\~ .\#* @@ -12,9 +12,5 @@ distclean-local: menu: menu.in @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," @srcdir@/menu.in > menu -install-data-local: menu - test -f $(DESTDIR)$(pkgdatadir)/menu || \ - $(INSTALL_DATA) menu $(DESTDIR)$(pkgdatadir) - uninstall-am: $(RM) $(DESTDIR)$(pkgdatadir)/menu diff --git a/data/buttons/Makefile.am b/data/buttons/Makefile.am index 1984748d..3549bffd 100644 --- a/data/buttons/Makefile.am +++ b/data/buttons/Makefile.am @@ -10,4 +10,4 @@ MAINTAINERCLEANFILES = Makefile.in distclean-local: $(RM) *\~ .\#* #uninstall-am: -# rmdir -p $(DESTDIR)$(buttonsdir) || true +# -rmdir -p $(DESTDIR)$(buttonsdir) diff --git a/data/styles/Makefile.am b/data/styles/Makefile.am index 6a4853bf..eef4b140 100644 --- a/data/styles/Makefile.am +++ b/data/styles/Makefile.am @@ -10,4 +10,4 @@ MAINTAINERCLEANFILES = Makefile.in distclean-local: $(RM) *\~ .\#* #uninstall-am: -# rmdir -p $(DESTDIR)$(styledir) || true +# -rmdir -p $(DESTDIR)$(styledir) |
