Commit a84b3c94 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

build: Polish vtc-syntax.py dependency

Better diff with the --word-diff --word-diff-regex=. options.
parent 97b61252
......@@ -155,8 +155,8 @@ VTCSYN_SRC = \
$(top_srcdir)/bin/varnishtest/vtc_syslog.c \
$(top_srcdir)/bin/varnishtest/vtc_tunnel.c \
$(top_srcdir)/bin/varnishtest/vtc_varnish.c
include/vtc-syntax.rst: vtc-syntax.py $(VTCSYN_SRC)
$(AM_V_GEN) $(PYTHON) $(top_srcdir)/doc/sphinx/vtc-syntax.py $(VTCSYN_SRC) > ${@}_
include/vtc-syntax.rst: $(srcdir)/vtc-syntax.py $(VTCSYN_SRC)
$(AM_V_GEN) $(PYTHON) $(srcdir)/vtc-syntax.py $(VTCSYN_SRC) > ${@}_
@mv -f ${@}_ ${@}
BUILT_SOURCES += include/vtc-syntax.rst
......
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