r3088 - trunk/varnish-cache/man

tfheen at projects.linpro.no tfheen at projects.linpro.no
Wed Aug 13 08:14:22 CEST 2008


Author: tfheen
Date: 2008-08-13 08:14:21 +0200 (Wed, 13 Aug 2008)
New Revision: 3088

Modified:
   trunk/varnish-cache/man/Makefile.am
Log:
Stop hiding command invocations when building docs


Modified: trunk/varnish-cache/man/Makefile.am
===================================================================
--- trunk/varnish-cache/man/Makefile.am	2008-08-12 13:49:13 UTC (rev 3087)
+++ trunk/varnish-cache/man/Makefile.am	2008-08-13 06:14:21 UTC (rev 3088)
@@ -6,6 +6,6 @@
 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 > $@




More information about the varnish-commit mailing list