Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/gnu/dist/texinfo/util Pull up following revision(s) (requ...
details: https://anonhg.NetBSD.org/src/rev/22165a5825b8
branches: netbsd-6
changeset: 776476:22165a5825b8
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sun Oct 20 13:14:31 2013 +0000
description:
Pull up following revision(s) (requested by riastradh in ticket #962):
gnu/dist/texinfo/util/texi2dvi: revision 1.10
Remove trailing whitespace in texi2dvi which confuses sed.
XXX pull up to 5, 6?
diffstat:
gnu/dist/texinfo/util/texi2dvi | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (18 lines):
diff -r 95d325f14f85 -r 22165a5825b8 gnu/dist/texinfo/util/texi2dvi
--- a/gnu/dist/texinfo/util/texi2dvi Sun Oct 20 12:58:25 2013 +0000
+++ b/gnu/dist/texinfo/util/texi2dvi Sun Oct 20 13:14:31 2013 +0000
@@ -605,10 +605,10 @@
# If this is a Texinfo file with a specified input encoding, and
# recode is available, then recode to plain 7 bit Texinfo.
if test $language = texinfo; then
- pgm='s/\(^\|.* \)@documentencoding *\([^ ][^ ]*\)\( .*\|$\)/\2/
- t found
- d
- :found
+ pgm='s/\(^\|.* \)@documentencoding *\([^ ][^ ]*\)\( .*\|$\)/\2/
+ t found
+ d
+ :found
q'
encoding=`sed -e "$pgm" "$filename_input"`
if $recode && test -n "$encoding" && findprog recode; then
Home |
Main Index |
Thread Index |
Old Index