> Please replace the line
>
> MAKE_K_FLAG=`case "$(MAKEFLAGS)" in *k*) echo ' -k ';; esac`
>
> with
>
> MAKE_K_FLAG=`for f in x $(MAKEFLAGS); do \
> case $$f in \
>*=* | --[!k]*);; \
>*k*) echo ' -k ';; \
> esac; \
>
Hi,
Werner asked me to answer this.
Ingo Schwarze wrote:
> Pascal Stumpf drew my attention to the fact that the following line
> in the top-level Makefile.in is causing trouble:
>
> MAKE_K_FLAG=`case "$(MAKEFLAGS)" in *k*) echo ' -k ';; esac`
>
> The problem is that *any* k character anywhere
Dave Kemper wrote:
> There may be one in the -mpm macro package (thanks, Sverre and Ralph),
> but I haven't been able to get it working so far. I'm not sure if it's
> compatible with groff at all: its tmac file depends on something called
> tmac.srefs which doesn't exist in groff.
tmac.srefs s
On Sat, Jan 7, 2012 at 4:59 PM, Ted Harding wrote:
> I've been hesitating about joining in, because (as is
> already beginning to emerge) it is potentially a complex
> question; and also the kind of solution which should be
> preferred is a question of taste, convention, or context,
> as well as c
Larry Kollar writes:
> On Jan 8, 2012, at 4:35 PM, Doug McIlroy wrote:
>
>> I have a paper composed in notrivial groff (uses pic,
>> eqn, tbl, and .PSPIC), which I'd like to submit to a
>> journal that takes any kind of digital text--as
>> long as it's Word or RTF. I haven't been able to find
>
On Jan 8, 2012, at 4:35 PM, Doug McIlroy wrote:
> I have a paper composed in notrivial groff (uses pic,
> eqn, tbl, and .PSPIC), which I'd like to submit to a
> journal that takes any kind of digital text--as
> long as it's Word or RTF. I haven't been able to find
> any tool that offers much hel