[comp.windows.x] R4 Xt documentation

rbd@lamont.ldgo.columbia.edu (roger davis) (01/11/90)

A make in mit/doc/Xt fails due to the absence of the files
strings.mit and Xtk.intr.front. I found a (hopefully identical)
version of the former in mit/doc/Xaw, but a substitute for
Xtk.intr.front is nowhere in sight.

Will I be missing anything if I just drop Xtk.intr.front from the
dependency list?
-- 
Roger Davis
Lamont-Doherty Geological Observatory
rbd@lamont.ldgo.columbia.edu

rws@EXPO.LCS.MIT.EDU (Bob Scheifler) (01/11/90)

    A make in mit/doc/Xt fails due to the absence of the files
    strings.mit and Xtk.intr.front.

It's also missing intr.idxmac.t.  Some nameless soul forgot the "-u"
option to "ci" at the eleventh hour, and it slipped by us.

    Will I be missing anything if I just drop Xtk.intr.front from the
    dependency list?

Probably not, it's just front cover stuff.  We'll be posting the files
eventually (or you can use the ones in R3).  Please note that PostScript
files are in the distribution.

swick@ATHENA.MIT.EDU (Ralph R. Swick) (01/13/90)

> A make in mit/doc/Xt fails due to the absence of the files
> strings.mit and Xtk.intr.front.

and intr.idxmac.t

> Will I be missing anything if I just drop Xtk.intr.front from the
> dependency list?

nothing terribly important, but here are the minimal diffs w.r.t.
the R3 files to produce reasonable output:

*** r3/strings.mit
--- strings.mit
***************
*** 4,9 ****
  .ds xW X Toolkit Athena Widgets \- C Language Interface
  .ds xL Xlib \- C Language X Interface
  .ds xC Inter-Client Communication Conventions Manual
! .ds Rn 3
  .ds Vn 2.2
--- 4,10 ----
  .ds xW X Toolkit Athena Widgets \- C Language Interface
  .ds xL Xlib \- C Language X Interface
  .ds xC Inter-Client Communication Conventions Manual
! .ds Rn 4
  .ds Vn 2.2

*** r3/Xtk.intr.front
--- Xtk.intr.front
***************
*** 229,235 ****
  The explanations for all arguments that are returned to you start with the
  word \fIreturns\fP or, in the case of multiple arguments, the word \fIreturn\
^\fP.
  .bp 1
! .EH '\fBX Intrinsics\fP''\fBX11, Release 3, Oct. 1988\fP'
! .OH '\fBX Intrinsics\fP''\fBX11, Release 3, Oct. 1988\fP'
  .EF ''\fB % \fP''
  .OF ''\fB % \fP''
--- 232,238 ----
  The explanations for all arguments that are returned to you start with the
  word \fIreturns\fP or, in the case of multiple arguments, the word \fIreturn\
^\fP.
  .bp 1
! .EH '\fBX Toolkit Intrinsics\fP''\fBX11 Release 4, Dec. 1989\fP'
! .OH '\fBX Toolkit Intrinsics\fP''\fBX11 Release 4, Dec. 1989\fP'
  .EF ''\fB % \fP''
  .OF ''\fB % \fP''

*** r3/intr.idxmac.t
--- intr.idxmac.t
***************
*** 27,38 ****
  ..
  .\" set up various parameters for the right evironment.
  .\" Your taste may be different.
! .eh '\fBX Intrinsics\fP''\fBX11, Release 3, Oct. 1988\fP'
! .oh '\fBX Intrinsics\fP''\fBX11, Release 3, Oct. 1988\fP'
  .ef ''\fB % \fP''
  .of ''\fB % \fP''
--- 27,38 ----
  ..
  .\" set up various parameters for the right evironment.
  .\" Your taste may be different.
! .eh '\fBX Toolkit Intrinsics\fP''\fBX11 Release 4, Dec. 1989\fP'
! .oh '\fBX Toolkit Intrinsics\fP''\fBX11 Release 4, Dec. 1989\fP'
  .ef ''\fB % \fP''
  .of ''\fB % \fP''