groff-commit
[Top][All Lists]
Advanced

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

[groff] 02/02: Makefile.am: Stop passing pdfmom unneeded flags.


From: G. Branden Robinson
Subject: [groff] 02/02: Makefile.am: Stop passing pdfmom unneeded flags.
Date: Sat, 4 Nov 2017 11:45:39 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 4b34b4f0f52e7631b417e3673bcaf9a08def84fa
Author: G. Branden Robinson <address@hidden>
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 <address@hidden>
---
 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 <address@hidden>
+
+       Makefile.am: Drop unnecessary -F and -M flags from pdfmom call.
+
 2017-11-02  Bjarni Ingi Gislason <address@hidden>
 
        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



reply via email to

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