summaryrefslogtreecommitdiff
path: root/arch/djgpp/README
diff options
context:
space:
mode:
Diffstat (limited to 'arch/djgpp/README')
-rw-r--r--arch/djgpp/README15
1 files changed, 1 insertions, 14 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.