[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
code typos in make-stds.texi
From: |
Ralf Wildenhues |
Subject: |
code typos in make-stds.texi |
Date: |
Sun, 24 Jan 2010 12:05:38 +0100 |
User-agent: |
Mutt/1.5.20 (2009-10-28) |
Hi Karl,
I just stumbled over these.
Cheers,
Ralf
2010-01-24 Ralf Wildenhues <address@hidden>
Fix typos in makefile example sed commands.
* doc/make-stds.texi (Makefile Basics): Fix typos in sed
commands.
diff --git a/doc/make-stds.texi b/doc/make-stds.texi
index 9fe29d3..6280df8 100644
--- a/doc/make-stds.texi
+++ b/doc/make-stds.texi
@@ -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
- code typos in make-stds.texi,
Ralf Wildenhues <=