gbranden pushed a commit to branch master
in repository groff.

commit 4b34b4f0f52e7631b417e3673bcaf9a08def84fa
Author: G. Branden Robinson <[email protected]>
Date:   Sat Nov 4 11:44:10 2017 -0400

    Makefile.am: Stop passing pdfmom unneeded flags.
    
    Thanks to Peter Schaffter for reviewing this change.
    
    Signed-off-by: G. Branden Robinson <[email protected]>
---
 ChangeLog   | 4 ++++
 Makefile.am | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9dc552f..23985ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-11-04  G. Branden Robinson <[email protected]>
+
+       Makefile.am: Drop unnecessary -F and -M flags from pdfmom call.
+
 2017-11-02  Bjarni Ingi Gislason <[email protected]>
 
        man/groff_diff.7.man: Correct the explanation of the request
diff --git a/Makefile.am b/Makefile.am
index ed614f6..986fb30 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -608,8 +608,8 @@ endif
 GROFFBIN = $(abs_top_builddir)/groff
 GROFF_BIN_PATH = $(abs_top_builddir)
 PDFMOMBIN = $(abs_top_builddir)/pdfmom
-FFLAG=-F$(abs_top_builddir)/font -F$(abs_top_srcdir)/font
-TFLAG=-M$(abs_top_builddir)/tmac -M$(abs_top_srcdir)/tmac
+FFLAG=-F$(abs_top_builddir)/font
+TFLAG=-M$(abs_top_builddir)/tmac
 
 # make builtin variable RM
 if MAKE_DONT_HAVE_RM

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to