summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-04-01 10:01:24 +0200
committerJim Meyering <meyering@redhat.com>2010-04-01 10:01:38 +0200
commitd2480e520cda846b8adaa9f064e34a050e238875 (patch)
tree354cbc94e39e180598aca59ddff96b5a6739c262 /doc/Makefile.am
parentdf78af01a400f083c7c276ac02c1b6695d3dff94 (diff)
downloadgrep-d2480e520cda846b8adaa9f064e34a050e238875.tar.gz
doc: fix typo: s/AM_V_AT/AM_V_at/
* doc/Makefile.am (egrep.1 fgrep.1): The former has case consistent with its sister variable, AM_V_GEN, but the latter is the one that actually works.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b1a71d94..9c7e8040 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -26,10 +26,10 @@ CLEANFILES = grep.1 egrep.1 fgrep.1
grep.1: grep.in.1
$(AM_V_GEN)rm -f $@ $@-t
- $(AM_V_AT)sed 's/@''VERSION@/$(VERSION)/' \
+ $(AM_V_at)sed 's/@''VERSION@/$(VERSION)/' \
< $(srcdir)/grep.in.1 > $@-t && chmod 444 $@-t && mv $@-t $@
egrep.1 fgrep.1: Makefile.am
$(AM_V_GEN)rm -f $@ $@-t
- $(AM_V_AT)inst=`echo grep | sed '$(transform)'`.1 \
+ $(AM_V_at)inst=`echo grep | sed '$(transform)'`.1 \
&& echo ".so man1/$$inst" > $@-t && chmod 444 $@-t && mv $@-t $@