diff options
author | wlemb <wlemb> | 2000-10-24 19:02:53 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2000-10-24 19:02:53 +0000 |
commit | 74ba9cf3ea88b7421451c94d5b3a5a27e265242b (patch) | |
tree | d8a6b6f7827fde53d105e531f24fd69e3f01f1fd /NEWS | |
parent | 981608bc9ba892ccae441db5eb7f57b946faf6d3 (diff) | |
download | groff-74ba9cf3ea88b7421451c94d5b3a5a27e265242b.tar.gz |
Add local tmac directory (groff/site-tmac).
* Makefile.in: Add $(localtmacdir).
(uninstall_dirs): Add $(localtmacdir).
* Makefile.comm (.man.n): Add @LOCALMACRODIR@.
* tmac/Makefile.sub (install_data, uninstall_sub): Handle man.local
in $(localtmacdir). Create $(localtmacdir).
* man/roff.man, src/roff/troff/troff.man, NEWS: Updated.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -62,7 +62,9 @@ For security reasons the following changes have been done: 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. +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. VERSION 1.16.1 ============== |