~ubuntu-branches/ubuntu/saucy/varnish/saucy

« back to all changes in this revision

Viewing changes to bin/varnishstat/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 3172 2008-09-08 16:53:30Z phk $
 
1
# $Id$
2
2
 
3
3
INCLUDES = -I$(top_srcdir)/include
4
4
 
13
13
        $(top_builddir)/lib/libvarnishcompat/libvarnishcompat.la \
14
14
        $(top_builddir)/lib/libvarnishapi/libvarnishapi.la \
15
15
        ${CURSES_LIBS} ${RT_LIBS} ${PTHREAD_LIBS}
 
16
 
 
17
varnishstat.1: $(top_srcdir)/doc/sphinx/reference/varnishstat.rst
 
18
if HAVE_RST2MAN
 
19
        ${RST2MAN} $? $@
 
20
else
 
21
        @echo "========================================"
 
22
        @echo "You need rst2man installed to make dist"
 
23
        @echo "========================================"
 
24
        @false
 
25
endif