~roignac/+junk/unity-lens-wikipedia

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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
SUBDIRS = src data po

#
# Install the applications.lens file
#
lens_in_files = websearch.lens.in
lensdir = $(datadir)/unity/lenses/websearch
lens_DATA = $(lens_in_files:.lens.in=.lens)

icondir = $(datadir)/icons/unity-icon-theme/places/svg/
icon_DATA = google-logo.png wikipedia-logo.png youtube-logo.png ebay-logo.png

@INTLTOOL_LENS_RULE@

DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall

# ChangeLog file created at distcheck time
dist-hook:
	@if test -d "$(srcdir)/.bzr"; \
  	then \
    	echo Creating ChangeLog && \
      ( cd "$(top_srcdir)" && \
      	echo '# Generated by Makefile. Do not edit.'; echo; \
        $(top_srcdir)/missing --run bzr log --gnu-changelog ) > ChangeLog.tmp \
        && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
        || (rm -f ChangeLog.tmp; \
					echo Failed to generate ChangeLog >&2 ); \
	else \
  	echo Failed to generate ChangeLog: not a branch >&2; \
  fi

EXTRA_DIST = \
  autogen.sh \
  $(lens_in_files) \
  AUTHORS \
  COPYING \
  HACKING \
  MAINTAINERS \
  README

CLEANFILES = \
  $(lens_DATA)