From: tfheen Date: Wed, 13 Aug 2008 06:14:21 +0000 (+0000) Subject: Stop hiding command invocations when building docs X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b82c933f152076b8685860feeabda3a1d45b0dd7;p=varnish Stop hiding command invocations when building docs git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3088 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/man/Makefile.am b/varnish-cache/man/Makefile.am index 54034fef..7a46f1a4 100644 --- a/varnish-cache/man/Makefile.am +++ b/varnish-cache/man/Makefile.am @@ -6,6 +6,6 @@ DISTCLEANFILES = vcl.7 default.vcl dist_man_MANS = vcl.7 vcl.7: vcl.7so default.vcl Makefile - @soelim vcl.7so > $@ + soelim vcl.7so > $@ default.vcl: $(top_srcdir)/bin/varnishd/default.vcl Makefile - @sed -n '/vcl_recv/,$$p' $(top_srcdir)/bin/varnishd/default.vcl > $@ + sed -n '/vcl_recv/,$$p' $(top_srcdir)/bin/varnishd/default.vcl > $@