~ubuntu-branches/debian/sid/varnish/sid

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-03-21 10:16:07 UTC
  • mfrom: (24.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110321101607-528fzl583fqanas5
Tags: 2.1.5-2
ReleaseĀ forĀ unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.am 2779 2008-06-23 14:11:02Z tfheen $
 
1
# $Id$
2
2
 
3
3
SUBDIRS = include lib bin man etc doc
4
4
 
11
11
 
12
12
install-data-local:
13
13
        $(install_sh) -d -m 0755 $(DESTDIR)$(localstatedir)/varnish
 
14
 
 
15
distcheck-hook:
 
16
        if ! grep "^Version: @PACKAGE_VERSION@$$" $(top_distdir)/redhat/varnish.spec && \
 
17
          [ "@PACKAGE_VERSION@" != "trunk" ]; then \
 
18
          echo "redhat/varnish.spec does not have a version number matching the package" ; \
 
19
          exit 1 ; \
 
20
        fi
 
21
 
 
22
distcleancheck_listfiles = \
 
23
        find . -type f -exec sh -c 'test -f $(srcdir)/$$1 || echo $$1' \
 
24
                sh '{}' ';'