From f45516e736fc13e04c6fb645cb0f71679ead5b12 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 25 Jan 2010 07:27:04 -0800 Subject: [PATCH] autoupdate --- doc/make-stds.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/make-stds.texi b/doc/make-stds.texi index 9fe29d368..b0a7d8a0f 100644 --- a/doc/make-stds.texi +++ b/doc/make-stds.texi @@ -9,7 +9,7 @@ @cindex standards for makefiles @c Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, -@c 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007, 2008, 2010 Free Software Foundation, Inc. @c @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 @@ -91,7 +91,7 @@ to @file{configure}. A rule of the form: @smallexample foo.1 : foo.man sedscript - sed -e sedscript foo.man > foo.1 + sed -f sedscript foo.man > foo.1 @end smallexample @noindent @@ -125,7 +125,7 @@ way to make the rule work well. For example, the target above for @smallexample foo.1 : foo.man sedscript - sed -e $(srcdir)/sedscript $(srcdir)/foo.man > $@@ + sed -f $(srcdir)/sedscript $(srcdir)/foo.man > $@@ @end smallexample GNU distributions usually contain some files which are not source -- 2.11.0