File: Makefile.am

package info (click to toggle)
minbar 0.2.1-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,856 kB
  • ctags: 165
  • sloc: xml: 58,701; sh: 3,664; ansic: 1,925; makefile: 113
file content (25 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUBDIRS = icons

#icondir = $(datadir)/icons/hicolor/48x48/apps
#icon_DATA = minbar.png

gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor

install-data-hook: update-icon-cache
uninstall-hook: update-icon-cache
update-icon-cache:
	@-if test -z "$(DESTDIR)"; then \
		echo "Updating Gtk icon cache."; \
		$(gtk_update_icon_cache); \
	else \
		echo "*** Icon cache not updated.  After install, run this:"; \
		echo "***   $(gtk_update_icon_cache)"; \
	fi

logodir = $(datadir)/minbar
logo_DATA = minbar-logo.png

EXTRA_DIST = \
        $(logo_DATA)