r5487 - trunk/varnish-cache/man

tfheen at varnish-cache.org tfheen at varnish-cache.org
Thu Oct 28 14:27:11 CEST 2010


Author: tfheen
Date: 2010-10-28 14:27:10 +0200 (Thu, 28 Oct 2010)
New Revision: 5487

Modified:
   trunk/varnish-cache/man/Makefile.am
Log:
Fix up building of vcl.7 man page

Make the vcl.7 man page hopefully build with BSD make.


Modified: trunk/varnish-cache/man/Makefile.am
===================================================================
--- trunk/varnish-cache/man/Makefile.am	2010-10-28 12:26:27 UTC (rev 5486)
+++ trunk/varnish-cache/man/Makefile.am	2010-10-28 12:27:10 UTC (rev 5487)
@@ -5,7 +5,7 @@
 vcl.7: $(top_srcdir)/doc/sphinx/reference/vcl.rst \
 	$(top_srcdir)/bin/varnishd/default.vcl
 if HAVE_RST2MAN
-	${RST2MAN} $< >$@
+	${RST2MAN} $(top_srcdir)/doc/sphinx/reference/vcl.rst $@
 else
 	@echo "========================================"
 	@echo "You need rst2man installed to make dist"




More information about the varnish-commit mailing list