[master] 066b057 Process vtc_barrier.c

Guillaume Quintard guillaume at varnish-software.com
Mon Jun 6 11:01:08 CEST 2016


commit 066b057583a4e605d57b1dd65f07f1f6101a4402
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Tue May 31 12:24:42 2016 +0200

    Process vtc_barrier.c

diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am
index 2e11fa3..d2832c5 100644
--- a/doc/sphinx/Makefile.am
+++ b/doc/sphinx/Makefile.am
@@ -175,7 +175,8 @@ include/vsl-tags.rst: $(top_builddir)/lib/libvarnishapi/vsl2rst
 	$(top_builddir)/lib/libvarnishapi/vsl2rst > $@
 BUILT_SOURCES += include/vsl-tags.rst
 
-VTCSYN_SRC = $(top_srcdir)/bin/varnishtest/vtc.c
+VTCSYN_SRC = $(top_srcdir)/bin/varnishtest/vtc.c \
+	     $(top_srcdir)/bin/varnishtest/vtc_barrier.c
 include/vtc-syntax.rst: vtc-syntax.awk $(VTCSYN_SRC)
 	awk -f $(top_srcdir)/doc/sphinx/vtc-syntax.awk $(VTCSYN_SRC) > $@
 BUILT_SOURCES += include/vtc-syntax.rst



More information about the varnish-commit mailing list