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

« back to all changes in this revision

Viewing changes to bin/varnishd/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 4413 2009-12-16 11:58:47Z phk $
 
1
# $Id$
2
2
 
3
3
INCLUDES = -I$(top_srcdir)/include
4
4
 
19
19
        cache_center.c \
20
20
        cache_cli.c \
21
21
        cache_dir_random.c \
 
22
        cache_dir_dns.c \
22
23
        cache_dir_round_robin.c \
23
24
        cache_esi.c \
24
25
        cache_expire.c \
99
100
 
100
101
# Explicitly record dependency
101
102
mgt_vcc.c:      default_vcl.h
 
103
 
 
104
varnishd.1: $(top_srcdir)/doc/sphinx/reference/varnishd.rst
 
105
if HAVE_RST2MAN
 
106
        ${RST2MAN} $? $@
 
107
else
 
108
        @echo "========================================"
 
109
        @echo "You need rst2man installed to make dist"
 
110
        @echo "========================================"
 
111
        @false
 
112
endif