* tests/tests.sh: Renamed to...
[s-roff.git] / contrib / gdiffmk / README
blob357bbbc28c474a707b8b0ed2d5bad17b07b4136d
1 gdiffmk is approximately a recreation of the original Bell Labs/AT&T diffmk
2 command for troff/nroff documents, with enhancements.
4 It should not be confused with diffmk commands that operate on XML.
6 The inspiration for this code was a Perl 2 version written in 1989 by Randal
7 L. Schwartz.  See
8         
9   landfield.com/software/comp.sources.misc/archive-name/volume06/diffmk.p.gz
11 Thanks to Werner Lemberg for help in making the package more portable and
12 fit into the GNU groff source structure.
14 Gnu diff(1) with the -Dname option does all of the work and sed(1)
15 translates the output into something groff/troff/nroff can handle.
17 Note the BUGS on the man page.
19 The `tests' directory contains simple tests.  `runtests run' runs them and
20 compares the output against baseline files.  Calling `runtests' without
21 argument gives the usage.
23 ----------------------------------------------------------------------------
25 Copyright (C) 2004 Free Software Foundation, Inc.
26 Written by Mike Bianchi <MBianchi@Foveal.com <mailto:MBianchi@Foveal.com>>
28 This file is part of the gdiffmk utility, which is part of groff.
30 groff is free software; you can redistribute it and/or modify it
31 under the terms of the GNU General Public License as published by
32 the Free Software Foundation; either version 2, or (at your option)
33 any later version.
35 groff is distributed in the hope that it will be useful, but WITHOUT
36 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
37 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
38 License for more details.
40 You should have received a copy of the GNU General Public License
41 along with groff; see the files COPYING and LICENSE in the top
42 directory of the groff source.  If not, write to the Free Software
43 Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.