[master] 31b1260 Also try to make rst2man happy.
    Poul-Henning Kamp 
    phk at varnish-cache.org
       
    Fri Jun 14 10:43:07 CEST 2013
    
    
  
commit 31b1260cd0124c6fe2316a0383594b85cda0e562
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri Jun 14 08:42:48 2013 +0000
    Also try to make rst2man happy.
diff --git a/bin/varnishlog/Makefile.am b/bin/varnishlog/Makefile.am
index 05dbcbe..7c10b8f 100644
--- a/bin/varnishlog/Makefile.am
+++ b/bin/varnishlog/Makefile.am
@@ -47,7 +47,7 @@ varnishlog.1: \
 	varnishlog_options.rst \
 	varnishlog_synopsis.rst
 if HAVE_RST2MAN
-	${RST2MAN} $? $@
+	cat $? | ${RST2MAN} - $@
 else
 	@echo "========================================"
 	@echo "You need rst2man installed to make dist"
    
    
More information about the varnish-commit
mailing list