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

« back to all changes in this revision

Viewing changes to bin/varnishsizes/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 4709 2010-04-21 10:40:27Z tfheen $
 
1
# $Id$
2
2
 
3
3
INCLUDES = -I$(top_srcdir)/include
4
4
 
14
14
        $(top_builddir)/lib/libvarnishapi/libvarnishapi.la \
15
15
        -lm \
16
16
        ${CURSES_LIBS} ${PTHREAD_LIBS}
 
17
 
 
18
varnishsizes.1: $(top_srcdir)/doc/sphinx/reference/varnishsizes.rst
 
19
if HAVE_RST2MAN
 
20
        ${RST2MAN} $? $@
 
21
else
 
22
        @echo "========================================"
 
23
        @echo "You need rst2man installed to make dist"
 
24
        @echo "========================================"
 
25
        @false
 
26
endif