summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-11-08 16:17:34 +0000
committerwlemb <wlemb>2000-11-08 16:17:34 +0000
commit0053cfb4ddac6e7cb805fc1ff921dfa2874aa167 (patch)
tree60b76f768cc7b6c7c286c554726dc8acc8594aff /NEWS
parentde53a3cd17c746ea6d29ad82adc814ffae66b25c (diff)
downloadgroff-0053cfb4ddac6e7cb805fc1ff921dfa2874aa167.tar.gz
Add system tmac directory (/usr/local/lib/groff/site-tmac).
* Makefile.in: Add $(libdir), $(libprogramdir), and $(systemtmacdir). (uninstall_dirs): Add $(libdir), $(libprogramdir), and $(systemtmacdir). Use @libdir@. * Makefile.comm (.man.n): Add @SYSTEMMACRODIR@. * tmac/Makefile.sub (install_data): Create $(systemtmacdir) and $(localtmacdir). (uninstall_sub): Use $(systemtmacdir) for wrapper macros. * man/roff.man, src/roff/troff/troff.man, src/roff/groff/groff.man, NEWS, doc/groff.texinfo: Updated and minor fixes. * Makefile.comm, Makefile.in: Added tmac_{s,an}_prefix stuff again. * tmac/Makefile.sub: Added `wrap' stuff again, but installing into $(systemtmacdir) since the wrapper files are platform-dependent. * doc/groff.texinfo: Fix typo.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8e0e6a69..4335f59e 100644
--- a/NEWS
+++ b/NEWS
@@ -60,13 +60,15 @@ For security reasons the following changes have been done:
. The tmac.safer file has been replaced with a built-in solution;
.open, .opena, .pso, .sy, and .pi are completely disabled in
- safer mode (which is the default); to use these requests the `-U'
+ safer mode (which is the default); to enable these requests the `-U'
command line flag must be used.
groff will now install its data files into /usr/local/share/groff/<version>
by default, following the GNU standard. Additionally, a local tmac
directory (by default /usr/local/share/groff/site-tmac) will be scanned
-before the standard tmac directory.
+before the standard tmac directory. Wrapper files for system-specific macro
+packages (if necessary) are put into /usr/local/lib/groff/site-tmac; this
+directory will be searched after the local tmac directory.
VERSION 1.16.1
==============