X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=data%2FMakefile.am;h=67f1bd300f876e888284edd5c9679a3a3844d1f0;hb=ad44e8a708b6836c9d84be7205457cfa82800a65;hp=c80549080fa32e04a5b95a627d2b64097285d4e5;hpb=7c8c9e998ffc3a9b22e15feeffe77823142ce531;p=chaz%2Fopenbox 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