groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: Fix mom.am so example pdfs build correctly in and out of


From: Peter Schaffter
Subject: [groff] 01/01: Fix mom.am so example pdfs build correctly in and out of source.
Date: Tue, 20 Mar 2018 11:33:20 -0400 (EDT)

PTPi pushed a commit to branch master
in repository groff.

commit bbc94427756b434663f2cea04ad8a74dca942270
Author: Peter Schaffter <address@hidden>
Date:   Tue Mar 20 11:31:42 2018 -0400

    Fix mom.am so example pdfs build correctly in and out of source.
---
 contrib/mom/mom.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/contrib/mom/mom.am b/contrib/mom/mom.am
index a4a7431..ef0f9cf 100644
--- a/contrib/mom/mom.am
+++ b/contrib/mom/mom.am
@@ -21,10 +21,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 mom_srcdir = $(top_srcdir)/contrib/mom
-mom_builddir = $(top_builddir)/contrib/mom
 
 # pdfmom command used to generated .pdf
-MOM_TFLAG = -M$(mom_builddir)
+MOM_TFLAG = -M$(mom_srcdir)
 MOM_KFLAG = -k -p -e -t
 MOMPDFMOM = \
   GROFF_COMMAND_PREFIX= \
@@ -40,7 +39,6 @@ MOMNORMALFILES = \
   contrib/mom/mom.tmac \
   contrib/mom/om.tmac
 momtmacdir = $(tmacdir)
-nodist_momtmac_DATA = $(MOMNORMALFILES)
 dist_momtmac_DATA = $(MOMNORMALFILES)
 
 # Files installed in htmldocdir/mom



reply via email to

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