[This is dviselect/NOTE
 for users of the Unix TeX distribution.

 May 1994]


We have extracted what is necessary from MC-TeX V.3
(the University of Maryland's collection of TeX utilities, 
written and assembled by Dirk Grunwald and Chris Torek)
to make "dviselect", its companion program "dviconcat",
and the user's guide for them.

"dviselect" enables you to produce a dvi file 
consisting of pages selected from another dvi file.

"dviconcat" enables you to concatenate several dvi files 
into a single dvi file.


Installation 
------------

Edit the Makefile if necessary, attending especially to
the definition of paths for your system.  Type

	make all

The make will "cd doc" and generate "mctex-ugdvi.dvi",
consisting of pages focussing on "dviselect" and
"dviconcat", excerpted from the MC-TeX User's Guide.
The make will then move to the "lib" subdirectory
to generate "lib.a", necessary for the making of the
two programs, which will then be made in the directory
"dvi".

	make install

will install "dviselect" and "dviconcat" into whatever
you have defined as BINDIR in the top-level Makefile,
and the manpages into $(MANDIR)/man1.

Preview or print "doc/mctex-ugdvi.dvi".  Together with
the man pages, it will serve to guide you in the use
of the two programs.

These files have been tested on the following systems:

	DEC 5000, Ultrix 4.2
	Sun 3, SunOS 3.5
	Sun 3, SunOS 4.1.1
	RS/6000, AIX 3.2

