summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
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 e85eee019..89a10f776 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 91b36d7ee..0aea5d03c 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