summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbwarken <bwarken>2013-04-26 23:33:22 +0000
committerbwarken <bwarken>2013-04-26 23:33:22 +0000
commit577bd0202826b8f8b1bf04c09d0a48b74adeb799 (patch)
tree9ce59c72eb41efbf024d3df7e61df1d7b0764fb8 /ChangeLog
parentd92cd1cfd422db89483261b9c0641d54226474ce (diff)
downloadgroff-577bd0202826b8f8b1bf04c09d0a48b74adeb799.tar.gz
src/roff/groff:
`read_groff_options.pl' is no longer needed. `Makefile.sub': Get `groff' options from `getopt' in `groff.cpp'. Store it in a new file `groff_options.txt', which is installed in `groff libdir'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6b79a71..a9bc76af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-04-26 Bernd Warken <groff-bernd.warken-72@web.de>
+
+ * 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
+ is copied to `groff libdir' during the installation.
+
2013-04-26 Werner LEMBERG <wl@gnu.org>
Various minor fixes.