BTW: I'll apply this patch to the Debian recode package:
diff -ru recode-3.6.orig/src/Makefile.in recode-3.6/src/Makefile.in
--- recode-3.6.orig/src/Makefile.in 2001-01-22 19:14:16.000000000 +0100
+++ recode-3.6/src/Makefile.in 2006-12-08 13:19:24.303610833 +0100
@@ -819,7 +819,7 @@
$(srcdir)/recode.1: recode
@if test -r $@ && test ! -w $@; then \
echo "WARNING: Page \`$@' read only, not updated"; \
- elif $(PERL) $(top_srcdir)/doc/help2man --output=$@ ./recode; then \
+ elif $(PERL) $(top_srcdir)/doc/help2man --name="converts files between
character sets" --output=$@ ./recode; then \
echo "Page \`$@' has been updated"; \
else \
echo "WARNING: Page \`$@' has *not* been updated."; \
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]