]> Dogcows Code - chaz/openbox/blobdiff - data/Makefile.am
prepare for alpha1 release.
[chaz/openbox] / data / Makefile.am
index a62858556060d0112eb772fd8e25db78e438d6f0..99d47b3aba90fba9b5d184c4d96c959b131649f2 100644 (file)
@@ -1,19 +1,10 @@
-SUBDIRS = styles buttons
-CLEANFILES = menu
-MAINTAINERCLEANFILES = Makefile.in
+rcdir=$(datadir)/openbox
 
-all-local: menu
+rc_DATA=rc3
 
-distclean-local:
-       rm -f *\~ .\#*
-
-menu: menu.in
-       @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir)," @srcdir@/menu.in > menu
+EXTRA_DIST=$(rc_DATA)
 
-install-data-local: menu
-       test -f $(DESTDIR)$(pkgdatadir)/menu || \
-       $(INSTALL_DATA) menu $(DESTDIR)$(pkgdatadir)
-
-uninstall-am:
-       rm -f $(DESTDIR)$(pkgdatadir)/menu
+MAINTAINERCLEANFILES=Makefile.in
 
+distclean-local:
+       $(RM) *\~ *.orig *.rej .\#*
This page took 0.020404 seconds and 4 git commands to generate.