r3070 - trunk/varnish-cache/man

phk at projects.linpro.no phk at projects.linpro.no
Thu Aug 7 11:42:24 CEST 2008


Author: phk
Date: 2008-08-07 11:42:24 +0200 (Thu, 07 Aug 2008)
New Revision: 3070

Modified:
   trunk/varnish-cache/man/Makefile.am
Log:
Try to fix Automake spec to also work on FreeBSD.

XXX: Isn't something about removing the temporary files missing ?



Modified: trunk/varnish-cache/man/Makefile.am
===================================================================
--- trunk/varnish-cache/man/Makefile.am	2008-08-07 08:56:01 UTC (rev 3069)
+++ trunk/varnish-cache/man/Makefile.am	2008-08-07 09:42:24 UTC (rev 3070)
@@ -5,7 +5,7 @@
 
 dist_man_MANS = vcl.7
 
-vcl.7:	vcl.7so default.vcl
-	soelim $< > $@
-default.vcl:	$(top_srcdir)/bin/varnishd/default.vcl
-	sed -n '/vcl_recv/,$$w $@' $<
+vcl.7:	vcl.7so default.vcl Makefile
+	soelim vcl.7so > $@
+default.vcl:	$(top_srcdir)/bin/varnishd/default.vcl Makefile
+	sed -n '/vcl_recv/,$$p' $(top_srcdir)/bin/varnishd/default.vcl > $@




More information about the varnish-commit mailing list