groff
[Top][All Lists]
Advanced

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

Re: [Groff] Clean install of groff (cvs): gropdf not in path


From: Ivan Shmakov
Subject: Re: [Groff] Clean install of groff (cvs): gropdf not in path
Date: Thu, 20 Sep 2012 18:59:50 +0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

>>>>> Peter Schaffter <address@hidden> writes:

[...]

 > groff-current/contrib/mom/Makefile.sub

 >  PDFMOM=GROFF_COMMAND_PREFIX=''; \
 >        export GROFF_COMMAND_PREFIX; \
 > +      GROFF_BIN_PATH=$(GROFF_BIN_PATH); \
 > +      export GROFF_BIN_PATH; \
 >        PDFMOM_BIN_PATH=$(top_builddir)/src/devices/gropdf; \
 >        export PDFMOM_BIN_PATH; \
 >        $(PDFMOMBIN) $(FFLAG) $(TFLAG)

        As per the recent POSIX version [1], I'd simplify that down to:

PDFMOM = \
      GROFF_COMMAND_PREFIX= \
      GROFF_BIN_PATH=$(GROFF_BIN_PATH) \
      PDFMOM_BIN_PATH=$(top_builddir)/src/devices/gropdf \
      $(PDFMOMBIN) $(FFLAG) $(TFLAG)

        The same applies to the GROFF variable definition just as well.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html

-- 
FSF associate member #7257




reply via email to

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