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

2012-09-20 Thread Ivan Shmakov
> Peter Schaffter 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/gro

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

2012-09-20 Thread Werner LEMBERG
> 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) Thanks for the hint, I've modified the repository accordingly. Werner

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

2012-09-20 Thread Peter Schaffter
On Thu, Sep 20, 2012, Ivan Shmakov wrote: > > Peter Schaffter writes: > > [...] > > > groff-current/contrib/mom/Makefile.sub > > > PDFMOM=GROFF_COMMAND_PREFIX=''; \ > >export GROFF_COMMAND_PREFIX; \ > > + GROFF_BIN_PATH=$(GROFF_BIN_PATH); \ > > + export GROFF_BIN_PAT

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

2012-09-20 Thread Peter Schaffter
On Thu, Sep 20, 2012, Werner Lemberg wrote: > > 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) > > Thanks for the h

[Groff] trying to understand .ad request

2012-09-20 Thread Dave Kemper
Hi all, I'm getting some curious results with the .ad request. In the first case below, a documented example does not seem to work as it should. In the second, I'm not sure whether I'm misunderstanding the documentation, or groff is. :) If you run the example given for the .ad request in the gr

Re: [Groff] trying to understand .ad request

2012-09-20 Thread Werner LEMBERG
> If you run the example given for the .ad request in the groff info > manual: > >text >.ad r >.nr ad \n[.j] >text >.ad c >text >.na >text >.ad \" back to centering >text >.ad \n[ad] \" back to right justifying > > you'll find it doesn't actua