groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 02/18: doc/doc.am: Drop -U from groff options.


From: G. Branden Robinson
Subject: [groff] 02/18: doc/doc.am: Drop -U from groff options.
Date: Fri, 20 Aug 2021 06:25:19 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 3d288b4a3a170fc6577db500777efcda98d2f02e
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Aug 17 03:44:59 2021 +1000

    doc/doc.am: Drop -U from groff options.
    
    * doc/doc.am (DOC_GROFF_ONLY): Stop running groff in unsafe mode; no
      documents (in _this_ directory) appear to require it.
    
    contrib/hdtbl is another story.  :-/
---
 ChangeLog  | 5 +++++
 doc/doc.am | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 12c924b..c967884 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-08-17  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * doc/doc.am (DOC_GROFF_ONLY): Stop running groff in unsafe
+       mode; no documents (in _this_ directory) appear to require it.
+
 2021-08-16  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [grn]: Fix code style issues.
diff --git a/doc/doc.am b/doc/doc.am
index 6c3d3b2..e610593 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -11,8 +11,8 @@
 # Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
-# groff is distributed in the hope that it will be useful, but WITHOUT ANY
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# groff is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
 #
@@ -28,7 +28,7 @@ DOC_GROFF_ONLY=\
   GROFF_COMMAND_PREFIX= \
   GROFF_BIN_PATH="$(GROFF_BIN_PATH)" \
   $(GROFFBIN) -I$(abs_top_builddir) -M $(doc_srcdir) \
-       $(TFLAG) $(FFLAG) -Upet -ww -b
+       $(TFLAG) $(FFLAG) -pet -ww -b
 
 DOC_GROFF = $(DOC_SED) -e '1i\
 .lf 1 $<' $< | $(DOC_GROFF_ONLY)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]