summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorWerner LEMBERG <wl@gnu.org>2000-10-26 14:15:17 +0000
committerWerner LEMBERG <wl@gnu.org>2000-10-26 14:15:17 +0000
commit54f81705789ff0b9f7c581c3c6c7fa28f2d583db (patch)
treece8d99ec2f30998a6b973e3524543084e2e6a8b1 /arch
parent1460ceee3a58451b7df1618cf9621f2007da7df9 (diff)
downloadgroff-git-54f81705789ff0b9f7c581c3c6c7fa28f2d583db.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 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