summaryrefslogtreecommitdiff
path: root/contrib/gdiffmk
Commit message (Collapse)AuthorAgeFilesLines
* * contrib/gdiffmk/gdiffmk.sh: Don't use bash specific syntax.wl2009-09-222-7/+11
|
* * */Makefile.* (CLEANADD, CLEANNOTSRCDIRADD, CLEANDIRADD): Renamedgroff-1_20_1wl2009-01-081-1/+1
| | | | | to... (MOSTLYCLEANADD, MOSTLYCLEANNOTSRCDIRADD, MOSTLYCLEANDIRADD): This.
* Update copyright year.wl2009-01-055-6/+6
|
* * */*: Update GPL2 to GPL3.wl2009-01-045-23/+15
|
* * gdiffmk.man: Replace .URL with .UR/.UE.wl2008-01-042-7/+15
| | | | | Replace .MTO with .MT/.ME. Don't include www.tmac.
* Add and update copyright messages.wl2007-08-183-2/+47
|
* * tests/test_baseline*: Renamed to...wl2006-09-138-25/+32
| | | | | | * tests/baseline.*: This. * tests/runtests.in: Updated.
* * Makefile.in: Add comment about DESTDIR.wl2006-02-261-4/+4
| | | | | | | | | | | | | | | | | | * Makefile.sub: Add DESTDIR to install and uninstall targets to support staged installations. * Makefile.comm: Likewise. * doc/Makefile.sub: Likewise. * contrib/eqn2graph/Makefile.sub: Likewise. * contrib/gdiffmk/Makefile.sub: Likewise. * contrib/grap2graph/Makefile.sub: Likewise. * contrib/pic2graph/Makefile.sub: Likewise. * src/devices/xditview/Makefile.sub: Likewise. * src/preproc/eqn/Makefile.sub: Likewise. * src/roff/grog/Makefile.sub: Likewise. * src/roff/nroff/Makefile.sub: Likewise. * src/utils/afmtodit/Makefile.sub: Likewise. * src/utils/indxbib/Makefile.sub: Likewise. * tmac/Makefile.sub: Likewise.
* * All affected files: Update postal address of FSF.wl2005-05-264-4/+4
|
* Miscellaneous script portability enhancements.wl2005-05-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * aclocal.m4: (GROFF_CSH_HACK): Add space in shebang prototype for generated conftest.sh script, conforming to portability recommendation in autoconf docs. * configure: Likewise, for code generated by GROFF_CSH_HACK. * contrib/eqn2graph/eqn2graph.sh: Add space in shebang, conforming to portability recommendation in autoconf docs. * contrib/gdiffmk/gdiffmk.sh: Likewise. * contrib/gdiffmk/tests/runtests.in: Likewise. * contrib/grap2graph/grap2graph.sh: Likewise. * contrib/groffer/groffer.sh: Likewise. * contrib/mm/mmroff.pl: Likewise. * contrib/mom/momdoc/appendices.html: Likewise. * contrib/pic2graph/pic2graph.sh: Likewise. * font/devps/generate/afmname: Likewise. * src/devices/xditview/ad2c: Likewise. * src/preproc/eqn/neqn.sh: Likewise. * src/roff/grog/grog.pl: Likewise. * src/roff/grog/grog.sh: Likewise. * src/roff/nroff/nroff.sh: Likewise. * PROBLEMS: Likewise, in embedded script examples. Improve portability of `pdfroff' shell script. * arch/misc/shdeps.sh: Add space in shebang, conforming to portability guidelines in `autoconf' docs. (PATH_SEARCH_SETUP): New substitution; emits PATH_SEPARATOR initialization code. Used by contrib/pdfmark/pdfroff.sh's `searchpath' function.
* * gdiffmk.sh (Usage): Fix typos.wl2005-01-163-8/+19
| | | | | | <top>: Allow `-M<arg1> <arg2>' also. * gdiffmk.man: Updated.
* * gdiffmk.sh: Add the -D, -M, and -B options, which provide actionswl2005-01-168-36/+259
| | | | | | | | | | | | akin to nrchbar. Thanks to Larry Kollar (http://home.alltel.net/kollar/groff/). * gdiffmk.man: Updated. * tests/runtests.in: Added tests for gdiffmk's -D, -M, and -B options. * tests/baseline8, tests/baseline9, tests/baseline10: New files.
* * tests/runtests.in: Fix typo (s/$(srcdir)/${srcdir}/).wl2004-12-172-15/+19
|
* *** empty log message ***wl2004-12-161-0/+1
|
* Updates.wl2004-12-166-20/+31
|
* runtests.sh -> runtests.inwl2004-12-162-1/+1
|
* * tests/tests.sh: Renamed to...wl2004-12-163-2/+8
| | | | | * tests/runtests.sh: This. * README: Updated.
* * tmac/doc-syms, tmac/groff_mdoc.man: Add `libpam' library.wl2004-12-161-1/+1
|
* *** empty log message ***wl2004-12-151-0/+2
|
* * gdiffmk.sh: Make sed pattern work with alternate result of GNUwl2004-12-1510-31/+186
| | | | | | | | | | diff's -D option, using `!' instead of `not' in #endif comments. (Exit): Use prefix for each emitted message line. * tests/*: New files for testing gdiffmk. * README, gdiffmk.man, gdiffmk.sh: Updated. Minor fixes.
* Add `-x' command line option to select a diff program.wl2004-12-133-20/+58
| | | | | | | | * gdiffmk.sh: Add code to handle `-x'. Move test for working `diff' down. Fix sed pattern. (Usage): Updated. * gdiffmk.man: Updated.
* * README: New file.wl2004-12-122-0/+44
|
* Cosmetical fixes.wl2004-12-123-19/+25
|
* Import Mike's `gdiffmk' package.wl2004-12-113-0/+521
* contrib/gdiffmk/*: New files. * Makefile.in (OTHERDIRS): Add contrib/gdiffmk. * NEWS: Updated.