summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbwarken <bwarken>2013-04-29 19:13:54 +0000
committerbwarken <bwarken>2013-04-29 19:13:54 +0000
commit0c1afde695837e60afff35b5a2be65259a29d7ec (patch)
tree261a8f646a73768600d97425f866d55152f0be01 /ChangeLog
parentdc487ba651f881c76bd9dc30184a002b5419003e (diff)
downloadgroff-0c1afde695837e60afff35b5a2be65259a29d7ec.tar.gz
src/roff/groff/Makefile.sub: Replace some variables by shell
commands. Improve the output for the `make' runs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e9891aad..7bff7fca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-29 Bernd Warken <groff-bernd.warken-72@web.de>
+
+ * src/roff/groff/Makefile.sub: Replace some variables by shell
+ commands. Improve the output for the `make' runs.
+
2013-04-28 Bernd Warken <groff-bernd.warken-72@web.de>
* src/roff/groff/Makefile.sub: Make this Makefile compatible.
@@ -14,8 +19,9 @@
* src/roff/groff/read_groff_options.pl: Remove this file. It's
no longer needed.
- * src/roff/groff/Makefile.sub: Get the `groff' options from the use of `getopt...' in `groff.cpp' using `$(EGREP)' and `sed'.
- Store this information in a new file `groff_options.txt', which
+ * src/roff/groff/Makefile.sub: Get the `groff' options from the
+ use of `getopt...' in `groff.cpp' using `$(EGREP)' and `sed'.
+ Store this information in a new file `groff_options.txt', which
is copied to `groff libdir' during the installation.
2013-04-26 Werner LEMBERG <wl@gnu.org>