[master] e235adf Add vmod-vtc to the sphinx docs

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Aug 14 17:12:11 CEST 2017


commit e235adf974f84ebfc2e01e9e4731cd9fd3da6feb
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Aug 14 17:10:08 2017 +0200

    Add vmod-vtc to the sphinx docs
    
    Spotted by @fgsch

diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am
index dc14c84..3978423 100644
--- a/doc/sphinx/Makefile.am
+++ b/doc/sphinx/Makefile.am
@@ -205,6 +205,10 @@ reference/vmod_directors.generated.rst: reference $(top_builddir)/lib/libvmod_di
 	cp $(top_builddir)/lib/libvmod_directors/vmod_directors.rst $@ || true
 BUILT_SOURCES += reference/vmod_directors.generated.rst
 
+reference/vmod_vtc.generated.rst: reference $(top_builddir)/lib/libvmod_vtc/vmod_vtc.rst
+	cp $(top_builddir)/lib/libvmod_vtc/vmod_vtc.rst $@ || true
+BUILT_SOURCES += reference/vmod_vtc.generated.rst
+
 EXTRA_DIST += $(BUILT_SOURCES)
 MAINTAINERCLEANFILES = $(EXTRA_DIST)
 
diff --git a/doc/sphinx/reference/index.rst b/doc/sphinx/reference/index.rst
index 917fe60..936b3a7 100644
--- a/doc/sphinx/reference/index.rst
+++ b/doc/sphinx/reference/index.rst
@@ -22,6 +22,7 @@ The Varnish Reference Manual
 	vmod.rst
 	vmod_std.generated.rst
 	vmod_directors.generated.rst
+	vmod_vtc.generated.rst
 	directors.rst
 	varnish-counters.rst
 	vsl.rst



More information about the varnish-commit mailing list