From c3e4f97d87207bd0df5cb93007a83a97bba0064d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 6 Feb 2003 06:19:46 +0000 Subject: make "make dist" work, compiler flags cleanups --- data/Makefile.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'data/Makefile.am') 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 -- cgit v1.2.3