[master] 5c3ce45 Use the generated rst when creating the manpage
Federico G. Schwindt
fgsch at lodoss.net
Mon Feb 17 10:11:18 CET 2014
commit 5c3ce452c58e0c7cb8c55cea8071b92249efb013
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date: Mon Feb 17 09:05:33 2014 +0000
Use the generated rst when creating the manpage
diff --git a/lib/libvmod_std/Makefile.am b/lib/libvmod_std/Makefile.am
index cd8aebf..2e27af5 100644
--- a/lib/libvmod_std/Makefile.am
+++ b/lib/libvmod_std/Makefile.am
@@ -37,7 +37,7 @@ CLEANFILES = $(builddir)/vcc_if.c $(builddir)/vcc_if.h \
$(builddir)/vmod_std.rst \
$(builddir)/vmod_std.man.rst
-vmod_std.3: $(top_srcdir)/doc/sphinx/reference/vmod_std.rst
+vmod_std.3: $(vmod_srcdir)/vmod_std.man.rst
if HAVE_RST2MAN
${RST2MAN} $? $@
else
More information about the varnish-commit
mailing list