[master] 5c7f22e Specify the filename directly, there seems to be no common macro between bmake and gmake that can do this for us.
Poul-Henning Kamp
phk at varnish-cache.org
Fri Jun 14 12:15:52 CEST 2013
commit 5c7f22edd2b06bda9ab40db7011bf0ed2edf4cf3
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Fri Jun 14 10:15:26 2013 +0000
Specify the filename directly, there seems to be no common macro
between bmake and gmake that can do this for us.
diff --git a/bin/varnishlog/Makefile.am b/bin/varnishlog/Makefile.am
index 7c10b8f..a757b61 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
- cat $? | ${RST2MAN} - $@
+ ${RST2MAN} $(top_srcdir)/doc/sphinx/reference/varnishlog.rst $@
else
@echo "========================================"
@echo "You need rst2man installed to make dist"
More information about the varnish-commit
mailing list