texlive[50583] Build/source/texk: man page fixes from Debian

commits+karl at tug.org commits+karl at tug.org
Mon Mar 25 18:26:59 CET 2019


Revision: 50583
          http://tug.org/svn/texlive?view=revision&revision=50583
Author:   karl
Date:     2019-03-25 18:26:59 +0100 (Mon, 25 Mar 2019)
Log Message:
-----------
man page fixes from Debian

Modified Paths:
--------------
    trunk/Build/source/texk/dvi2tty/dvi2tty-src/disdvi.1
    trunk/Build/source/texk/web2c/man/ChangeLog
    trunk/Build/source/texk/web2c/man/gftodvi.man
    trunk/Build/source/texk/xdvik/ChangeLog
    trunk/Build/source/texk/xdvik/configure
    trunk/Build/source/texk/xdvik/xdvi.1.in

Modified: trunk/Build/source/texk/dvi2tty/dvi2tty-src/disdvi.1
===================================================================
--- trunk/Build/source/texk/dvi2tty/dvi2tty-src/disdvi.1	2019-03-25 17:26:20 UTC (rev 50582)
+++ trunk/Build/source/texk/dvi2tty/dvi2tty-src/disdvi.1	2019-03-25 17:26:59 UTC (rev 50583)
@@ -1,4 +1,4 @@
-.TH DISDVI 1 "27 October 2010"
+.TH DISDVI 1 "25 March 2019"
 .SH NAME
 disdvi \- `disassemble' a (p)TeX or XeTeX DVI file
 .SH SYNOPSIS
@@ -13,15 +13,14 @@
 .SH DESCRIPTION
 .I disdvi
 interprets the contents of
-.IR dvi_file
+.I dvi_file
 or
-.IR xdv_file
+.I xdv_file
 printing the DVI commands and text in a human-readable ASCII format on
 the standard output.
 .SH "SEE ALSO"
 .BR dvi2tty (1)
 .SH AUTHOR
-Marcel J.E. Mol, Delft University of Technology, The Netherlands
+Marcel J.E.\& Mol, Delft University of Technology, The Netherlands
 .br
 marcel at mesa.nl, MESA Consulting
-

Modified: trunk/Build/source/texk/web2c/man/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/man/ChangeLog	2019-03-25 17:26:20 UTC (rev 50582)
+++ trunk/Build/source/texk/web2c/man/ChangeLog	2019-03-25 17:26:59 UTC (rev 50583)
@@ -1,3 +1,7 @@
+2019-03-25  Karl Berry  <karl at freefriends.org>
+
+	* gftodvi.man: omit unused second font letter. From Debian.
+
 2019-03-10  Andreas Scherer  <https://ascherer.github.io>
 
 	* ctwill.man: Fix non-macro '\\PB';

Modified: trunk/Build/source/texk/web2c/man/gftodvi.man
===================================================================
--- trunk/Build/source/texk/web2c/man/gftodvi.man	2019-03-25 17:26:20 UTC (rev 50582)
+++ trunk/Build/source/texk/web2c/man/gftodvi.man	2019-03-25 17:26:59 UTC (rev 50583)
@@ -1,4 +1,4 @@
-.TH GFTODVI 1 "16 June 2015" "Web2C @VERSION@"
+.TH GFTODVI 1 "25 March 2019" "Web2C @VERSION@"
 .\"=====================================================================
 .if n .ds MF Metafont
 .if t .ds MF Metafont
@@ -60,7 +60,7 @@
 respectively; there is no default slant font.
 .PP
 To change the default fonts, you can give
-.BR special
+.B special
 commands in your
 \*(MF source file, or you can change the fonts online. An online dialog
 ensues if you end the

Modified: trunk/Build/source/texk/xdvik/ChangeLog
===================================================================
--- trunk/Build/source/texk/xdvik/ChangeLog	2019-03-25 17:26:20 UTC (rev 50582)
+++ trunk/Build/source/texk/xdvik/ChangeLog	2019-03-25 17:26:59 UTC (rev 50583)
@@ -1,3 +1,8 @@
+2019-03-25  Karl Berry  <karl at freefriends.org>
+
+	* xdvi.1.in: omit unused second font letter for option names.
+	From Debian.
+
 2018-01-17  Karl Berry  <karl at freefriends.org>
 
 	* xdvi.1.in: remove trailing whitespace to placate Debian.

Modified: trunk/Build/source/texk/xdvik/configure
===================================================================
--- trunk/Build/source/texk/xdvik/configure	2019-03-25 17:26:20 UTC (rev 50582)
+++ trunk/Build/source/texk/xdvik/configure	2019-03-25 17:26:59 UTC (rev 50583)
@@ -18964,9 +18964,103 @@
 else
   FT2_CONFIG="$ac_cv_prog_FT2_CONFIG"
 fi
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_PKG_CONFIG+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$PKG_CONFIG"; then
+  ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
+if test -n "$PKG_CONFIG"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
+$as_echo "$PKG_CONFIG" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_PKG_CONFIG"; then
+  ac_ct_PKG_CONFIG=$PKG_CONFIG
+  # Extract the first word of "pkg-config", so it can be a program name with args.
+set dummy pkg-config; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_PKG_CONFIG+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_PKG_CONFIG"; then
+  ac_cv_prog_ac_ct_PKG_CONFIG="$ac_ct_PKG_CONFIG" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_PKG_CONFIG="pkg-config"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_PKG_CONFIG=$ac_cv_prog_ac_ct_PKG_CONFIG
+if test -n "$ac_ct_PKG_CONFIG"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_PKG_CONFIG" >&5
+$as_echo "$ac_ct_PKG_CONFIG" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_PKG_CONFIG" = x; then
+    PKG_CONFIG="false"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    PKG_CONFIG=$ac_ct_PKG_CONFIG
+  fi
+else
+  PKG_CONFIG="$ac_cv_prog_PKG_CONFIG"
+fi
 if $FT2_CONFIG --ftversion >/dev/null 2>&1; then
   FREETYPE2_INCLUDES=`$FT2_CONFIG --cflags`
   FREETYPE2_LIBS=`$FT2_CONFIG --libs`
+elif $PKG_CONFIG --libs freetype2 >/dev/null 2>&1; then
+  FREETYPE2_INCLUDES=`$PKG_CONFIG --cflags freetype2`
+  FREETYPE2_LIBS=`$PKG_CONFIG --libs freetype2`
 elif test "x$need_freetype2:$with_system_freetype2" = xyes:yes; then
   as_fn_error $? "did not find freetype-config required for system freetype2 library" "$LINENO" 5
 fi

Modified: trunk/Build/source/texk/xdvik/xdvi.1.in
===================================================================
--- trunk/Build/source/texk/xdvik/xdvi.1.in	2019-03-25 17:26:20 UTC (rev 50582)
+++ trunk/Build/source/texk/xdvik/xdvi.1.in	2019-03-25 17:26:59 UTC (rev 50583)
@@ -1,4 +1,4 @@
-.\" Copyright 1990-2018 Paul Vojta and others
+.\" Copyright 1990-2019 Paul Vojta and others
 .\"
 .\" This is Paul's license, included here only for reference, it does not apply
 .\" to all parts of the k version.
@@ -648,7 +648,7 @@
 .BR -fg .
 .\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 .TP
-.BI \-fullscreen
+.B \-fullscreen
 When this option is used, xdvi will (try to) run in fullscreen mode, with
 no window decorations.
 This option is not guaranteed to work with all windowmanagers/desktops;
@@ -853,7 +853,7 @@
 Prints licensing information.
 .\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 .TP
-.BI \-linkcolor
+.B \-linkcolor
 .RB ( .linkColor )
 Color used for unvisited hyperlinks (`Blue2' by default). Hyperlinks
 are unvisited before you click on them, or after the DVI file has been reloaded.
@@ -867,7 +867,7 @@
 .BR \-linkstyle .
 .\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 .TP
-.BI \-linkstyle
+.B \-linkstyle
 .RB ( .LinkStyle )
 Determines the style in which hyperlinks are displayed. Possible
 values and their meanings are:
@@ -882,9 +882,9 @@
 .sp 1n
 .fi
 The values for \fIlink color\fR are specified by the options/resources
-.BI \-linkcolor
+.B \-linkcolor
 and
-.BI \-visitedlinkcolor
+.B \-visitedlinkcolor
 (which see).
 .\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 .TP
@@ -1165,7 +1165,7 @@
 #endif
 .\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 .TP
-.BI \-noomega
+.B \-noomega
 .RB ( .omega )
 This will disable the use of Omega extensions when interpreting DVI files.
 By default, the additional opcodes
@@ -1249,7 +1249,7 @@
 .\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 #ift1
 .TP
-.BI \-notype1fonts
+.B \-notype1fonts
 .RB ( .type1 )
 This will disable the use of the FreeType library to display PostScript<tm>
 Type 1 fonts.
@@ -1461,7 +1461,7 @@
 (default: foreground color).
 .\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 .TP
-.BI \-q
+.B \-q
 .RB ( .noInitFile )
 Ignore the
 .I $HOME/.xdvirc
@@ -1581,7 +1581,7 @@
 Otherwise, if one of the filenames does contain a path component (e.g.:
 .IR ./test.tex ,
 .IR ../test.tex ,
-.IR /my/homedir/tex/test.tex
+.I /my/homedir/tex/test.tex
 or any combination of these), both filenames are expanded to a full path,
 with any occurrences of
 .I ../
@@ -1674,7 +1674,7 @@
 currently ignored.
 .\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 .TP
-.BI \-useTeXpages
+.B \-useTeXpages
 Use logical \*(Te\& pages (the values of the
 .I \ecount0
 register) instead of physical pages for the pagelist labels and
@@ -1686,12 +1686,12 @@
 keystroke.
 .\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 .TP
-.BI \-version
+.B \-version
 Print information on the version of
 .BR xdvi .
 .\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 .TP
-.BI \-visitedlinkcolor
+.B \-visitedlinkcolor
 .RB ( .visitedLinkColor )
 Color used for visited hyperlinks (`Purple4' by default). Hyperlinks become
 visited once you click on them. As for
@@ -1966,7 +1966,7 @@
 history items.
 .\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 .TP
-.BR ^
+.B ^
 .RB [ home() ]
 Move to the ``home'' position of the page.  This is normally the upper
 left-hand corner of the page, depending on the margins as described in the
@@ -3267,7 +3267,7 @@
 stay open after the
 .B dvips
 process has terminated. The value of
-.BR dvipsHangTime
+.B dvipsHangTime
 is used if the process terminates successfully;
 .B dvipsFailHangTime
 is used if it terminates with an error. The default values are 1.5 and 5 seconds, respectively.
@@ -4112,7 +4112,7 @@
 .IR %s ,
 which will be replaced by the file name.
 .TP
-.BI needsterminal
+.B needsterminal
 If this flag is used, the command will be executed in a new xterm
 window by prepending
 .RI `` "xterm -e "''



More information about the tex-live-commits mailing list