summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-10-26 14:15:06 +0000
committerwlemb <wlemb>2000-10-26 14:15:06 +0000
commitd512a69b13065fea8dfe89fdebc4dfdafb5e6941 (patch)
treeccd62cd31b27a59da67a4b239917be9ef82ceb4a /arch
parent7cdd47b59da0d60d0ef9be3e750a486b1c741511 (diff)
downloadgroff-d512a69b13065fea8dfe89fdebc4dfdafb5e6941.tar.gz
Convert macros `tmac.XXX' to `XXX.tmac'. Special cases:
tmac.doc.old -> doc-old.tmac tmac.an.old -> an-old.tmac * tmac/tmac.*: Moved to ... * tmac/*.tmac: this. * tmac/man.local: Fix comment. * tmac/groff_man.man, tmac/groff_markup.man, tmac/groff_mdoc.man, tmac/groff_me.man, tmac/groff_ms.man, tmac/groff_tmac.man: Updated. Added some `FILES' sections. More use of @...@ directives. Other minor updates. * arch/djgpp/README, font/devutf8/NOTES: Updated. * doc/homepage.ms, doc/groff.texinfo: Updated. * man/groff.man, man/roff.man: Updated. * src/devices/grodvi/grodvi.man, src/devices/grolbp/grolbp.man, src/devices/grolj4/grolj4.man, src/devices/grops/grops.man, src/devices/grotty/grotty.man: Updated. * src/preproc/pic/pic.man: Updated. * src/roff/grog/grog.pl, src/roff/grog/grog.sh: Use -mdoc-old instead of -mdoc.old. * src/roff/grog/grog.man: Document -mdoc and -mdoc-old. * src/roff/nroff/nroff.man: Updated. * NEWS: Updated. * tmac/fixmacros.sed, tmac/strip.sed: Add explanatory comment. * tmac/mm.diff: Removed -- it has no use now since the mm package is part of groff. * tmac/*: Removed trailing spaces. * arch/djgpp/t-groff.bat: Fix GROFF_TMAC_PATH (hyphen.us is now in the tmac subdirectory also).
Diffstat (limited to 'arch')
-rw-r--r--arch/djgpp/README15
-rw-r--r--arch/djgpp/t-groff.bat2
2 files changed, 2 insertions, 15 deletions
diff --git a/arch/djgpp/README b/arch/djgpp/README
index e85eee01..89a10f77 100644
--- a/arch/djgpp/README
+++ b/arch/djgpp/README
@@ -24,7 +24,7 @@ I. Installing the pre-compiled binary package
where you unzip Groff. In this latter case, you will need to
set additional environment variables:
- GROFF_TMAC_PATH=.;%DJDIR%/share/groff/<version>/tmac
+ GROFF_TMAC_PATH=.;%DJDIR%/share/groff/<version>/tmac:%DJDIR%/share/groff/site-tmac
GROFF_TYPESETTER=ascii
GROFF_FONT_PATH=.;%DJDIR%/share/groff/<version>/font
@@ -171,19 +171,6 @@ I. Installing the pre-compiled binary package
9. Due to 8+3 limitations of DOS filesystems, several files were
renamed:
- - tmac.mandoc was renamed to tmac.mndoc; you will need to say
- "groff -m mndoc" instead of "groff -m mandoc". "groff -mandoc"
- still works as usual.
-
- - tmac.tty-char was renamed to tmac.ttchar. All the files in
- the distribution that referenced tmac.tty-char were edited
- to refer to the new name.
-
- - tmac.doc.old was renamed to tmac.old-doc. Use -mold-doc
- instead of -mdoc.old switch. The `grog' utility was
- changed to suggest the -mold-doc switch instead of
- -mdoc.old.
-
- groff_mdoc.samples.7 was renamed to groff-mdoc_samples.7
and groff_mmse.7 to groff-mmse.7. The latter was also
converted from Latin-1 encoding to codepage 437.
diff --git a/arch/djgpp/t-groff.bat b/arch/djgpp/t-groff.bat
index 91b36d7e..0aea5d03 100644
--- a/arch/djgpp/t-groff.bat
+++ b/arch/djgpp/t-groff.bat
@@ -15,7 +15,7 @@ goto end
Rem chdir to src, to avoid overflowing the DOS limits with a long PATH.
cd src
set GROFF_FONT_PATH=..;../font
-set GROFF_TMAC_PATH=../tmac;./roff/troff
+set GROFF_TMAC_PATH=../tmac
set PATH1=%PATH%
set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;devices\grotty;%PATH1%
Rem