From 5ac0140edaa33cfef85d701be97f87330d390c34 Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Mon, 10 May 2010 22:05:15 +0300
Subject: [PATCH] Makefile.in: Fix manual page spelling
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
Makefile.in | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 8532e62..919cdcc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -742,7 +742,10 @@ uninstall-man: uninstall-man1
#tagidx.1
tagcoll.1: tools/tagcoll $(srcdir)/doc/tagcoll-man-hooks
- tools/tagcoll --manpage=$(srcdir)/doc/tagcoll-man-hooks > $@ || rm $@
+ tools/tagcoll --manpage=$(srcdir)/doc/tagcoll-man-hooks | \
+ sed -e 's/informations/information/' \
+ -e 's/begining/beginning/' \
+ > $@ || rm $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
--
1.7.0