summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwl <wl>2006-12-08 21:22:07 +0000
committerwl <wl>2006-12-08 21:22:07 +0000
commitdc3adb09736b2999e76bc8eb1e97e7ed3617be5c (patch)
tree74b8fc2fca0356c7d8b184fe792c1e14e48cfeba /NEWS
parent86d033d1702b461ea5324061f2fd7e53b7138c2a (diff)
downloadgroff-dc3adb09736b2999e76bc8eb1e97e7ed3617be5c.tar.gz
During installation, create soft link from <version> to `current' in
<datadir>/groff. * Makefile.comm (install): Renamed to... (do_install): This. (prefix_must_exist): Removed. Code moved to Makefile.in. * Makefile.in (TARGETS): Remove `install'. (install): New target which first creates the directory given by --prefix, then calling `make' to do the installation, and finishing with the creation of the soft link.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b416ac30..f872fa43 100644
--- a/NEWS
+++ b/NEWS
@@ -63,7 +63,6 @@ o A new escape `\$^' has been added. It represents the parameters of a
o `groffer' version 1.* exists now in a shell and a Perl version.
-o Rewrite of `grog'.
Pic
---
@@ -72,6 +71,9 @@ o int(x) now really behaves as documented: It truncates the non-integer part
of x, this is, it rounds towards zero and not towards the next integer
less than or equal to x.
+Chem
+----
+
o The preprocessor `chem' was added. `chem' is a roff language to generate
chemical structure diagrams. It generates `pic' output.