Commit 2624a809 authored by Geoff Simmons's avatar Geoff Simmons

README.rst is now a regular file in the root, not a symlink

parent 687dad60
......@@ -4,7 +4,19 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src
EXTRA_DIST = LICENSE autogen.sh
dist_man_MANS = varnishevent.1
varnishevent.1: README.rst
if HAVE_RST2MAN
${RST2MAN} $? $@
else
@echo "========================================"
@echo "You need rst2man installed to make dist"
@echo "========================================"
@false
endif
EXTRA_DIST = LICENSE autogen.sh README.rst
DISTCHECK_CONFIGURE_FLAGS = \
--enable-developer-warnings \
......
doc/varnishevent.rst
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
......@@ -6,8 +6,6 @@ SUBDIRS = test
bin_PROGRAMS = varnishevent
dist_man_MANS = varnishevent.1
varnishevent_SOURCES = \
varnishevent.c \
varnishevent.h \
......@@ -41,16 +39,6 @@ varnishevent_LDADD = \
${PTHREAD_LIBS} ${RT_LIBS} ${LIBM} @VARNISH_LIBS@ \
-L${VARNISH_PKG_LIB}/varnish -lvarnish
varnishevent.1: $(top_srcdir)/doc/varnishevent.rst
if HAVE_RST2MAN
${RST2MAN} $? $@
else
@echo "========================================"
@echo "You need rst2man installed to make dist"
@echo "========================================"
@false
endif
# from Varnish include/Makefile.am
BUILT_SOURCES = vcs_version.h
MAINTAINERCLEANFILES = vcs_version.h
......
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