From 0d9e14022f9913b9ed9a23fc2483f5b281a08929 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 27 Jan 2011 02:12:08 +0000 Subject: [PATCH] Re-generated Makefiles --- Makefile | 2 +- data/16x16/Makefile | 2 +- data/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0417875..2e553d5 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ dist: $(PACKAGE)-$(VERSION)/project.conf $(RM) -- $(PACKAGE)-$(VERSION) -install: $(TARGETS) +install: @for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done uninstall: diff --git a/data/16x16/Makefile b/data/16x16/Makefile index f5fa011..0ada89b 100644 --- a/data/16x16/Makefile +++ b/data/16x16/Makefile @@ -11,7 +11,7 @@ clean: distclean: clean -install: $(TARGETS) +install: $(MKDIR) $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps $(INSTALL) -m 0644 -- browser-view-details.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps/browser-view-details.png $(MKDIR) $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps diff --git a/data/Makefile b/data/Makefile index 2487228..1121940 100644 --- a/data/Makefile +++ b/data/Makefile @@ -17,7 +17,7 @@ clean: distclean: @for i in $(SUBDIRS); do (cd $$i && $(MAKE) distclean) || exit; done -install: $(TARGETS) +install: @for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done $(MKDIR) $(DESTDIR)$(PREFIX)/share/applications $(INSTALL) -m 0644 -- browser.desktop $(DESTDIR)$(PREFIX)/share/applications/browser.desktop