Commit 81788041 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Get rid of extra HAVE_RST2MAN checks

There were too many checks for whether we had rst2man in the
Makefile.am files, leading us to not install files properly if rst2man
was not available.  Fix this.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5462 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent a53a8a1c
......@@ -4,9 +4,7 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
sbin_PROGRAMS = varnishd
if HAVE_RST2MAN
dist_man_MANS = varnishd.1
endif
varnishd_SOURCES = \
cache_acceptor.c \
......
......@@ -4,9 +4,7 @@ INCLUDES = -I$(top_srcdir)/include
bin_PROGRAMS = varnishhist
if HAVE_RST2MAN
dist_man_MANS = varnishhist.1
endif
varnishhist_SOURCES = varnishhist.c
......
......@@ -4,9 +4,7 @@ INCLUDES = -I$(top_srcdir)/include
bin_PROGRAMS = varnishlog
if HAVE_RST2MAN
dist_man_MANS = varnishlog.1
endif
varnishlog_SOURCES = varnishlog.c
......
......@@ -4,9 +4,7 @@ INCLUDES = -I$(top_srcdir)/include
bin_PROGRAMS = varnishncsa
if HAVE_RST2MAN
dist_man_MANS = varnishncsa.1
endif
varnishncsa_SOURCES = varnishncsa.c
......
......@@ -4,9 +4,7 @@ INCLUDES = -I$(top_srcdir)/include
bin_PROGRAMS = varnishreplay
if HAVE_RST2MAN
dist_man_MANS = varnishreplay.1
endif
varnishreplay_SOURCES = \
varnishreplay.c
......
......@@ -4,9 +4,7 @@ INCLUDES = -I$(top_srcdir)/include
bin_PROGRAMS = varnishstat
if HAVE_RST2MAN
dist_man_MANS = varnishstat.1
endif
varnishstat_SOURCES = \
varnishstat.h \
......
......@@ -9,9 +9,7 @@ INCLUDES = -I$(top_srcdir)/include
bin_PROGRAMS = varnishtest
if HAVE_RST2MAN
dist_man_MANS = varnishtest.1
endif
varnishtest_SOURCES = \
vtc.c \
......
......@@ -4,9 +4,7 @@ INCLUDES = -I$(top_srcdir)/include
bin_PROGRAMS = varnishtop
if HAVE_RST2MAN
dist_man_MANS = varnishtop.1
endif
varnishtop_SOURCES = varnishtop.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment