%% /u/sy/beebe/tex/dosmacux/README, Sat Sep 20 16:36:37 1997
%% Edit by Nelson H. F. Beebe <beebe@plot79.math.utah.edu>

============
INTRODUCTION
============

The dosmacux distribution contains a set of utilities for converting
text file end-of-line characters from one operating system convention
to another, while retaining file time stamps.

See the accompanying INSTALL file for installation instructions.

The master distribution of this program can be found at

	ftp://ftp.math.utah.edu/pub/misc/dosmacux-x.y.z.*

as well as at various mirroring sites around the world.

The manual pages fully describe the program features.  They are provided
in nroff/troff, ASCII, HTML, and PostScript forms.


=====================
DISTRIBUTION CONTENTS
=====================

The files in this distribution are:

AUTHORS			author credits

COPYING			copyright status

ChangeLog		recent revision history

INSTALL			installation instructions

Makefile.am		template used by automake to create Makefile.in

Makefile.in		template used by configure to create Makefile

NEWS			recent news

README			this file

acconfig.h		definitions of private preprocessor symbols that
			are unrecognized by autoheader [despite its name,
			this file is NOT a C header file, but contains
			fragments that are automatically copied to the
			end of config.hin by autoheader]

backup/Makefile
backup/config.h
backup/configure	backup copies of 3 critical files that are
			automatically created when things are working
			properly

common.c		common functions used by the conversion programs

config.h.in		symbolic link to config.hin (needed because of
			a bug in the current version of autoconf)

config.hin		template used by configure to create config.h

configure		UNIX shell script to create config.h according
			to the installer's choice of compiler,
			compiler options, and UNIX operating system
			variant

configure.in		template used by autoconf to create configure

confix.h		workarounds for errors in config.h (mostly for C++)

custom.h		header file for user-defined modification of
			definitions created in config.h by configure

dos2mac.c		IBM PC DOS (CR LF) to Apple Macintosh (CR) converter

dos2ux.c		IBM PC DOS (CR LF) to UNIX (LF) converter

headers.h		private header file to include required system
			header files

install-sh		default installation script

mac2dos.c		Apple Mac2dos (CR) to IBM PC DOS (CR LF) converter

mac2ux.c		Apple Mac2dos (CR) to UNIX (LF) converter

man2ps			script for converting UNIX manual pages to PostScript

mkinstalldirs		default script to create directories

stamp-h.in		empty file whose write date records a time
			stamp used by make to avoid unnecessary
			regeneration of auxiliary files

ux2dos.c		UNIX (LF) to IBM PC DOS (CR LF) converter

ux2mac.c		UNIX (LF) to Apple Macintosh (CR) converter
