On Saturday, August 13, 2011 10:36:28 AM Alan D. Salewski wrote:
> Hi Paul,
>
>
> Anything you can put in a Makefile is legit to put in a Makefile.am, so
> sure, you could use '%-' in there.
>
> With that said, using '%-' limits the portability of your Makefile.am to
> platforms that have a she
On Sun, Aug 14, 2011 at 02:30:01AM -0500, Paul Elliott spake thus:
> On Saturday, August 13, 2011 10:36:28 AM Alan D. Salewski wrote:
> > Hi Paul,
*snip*
> > convert-docs:
> > unoconv --listener & \
> > ucpid=$! ;\
edit: ucpid=$$! ;\
> > unoconv -f p
It's nice to see that the new TAP support in Automake, albeit still
incomplete, can work correctly with the testsuite of an important,
real-world package like Git. The attached patch, to be applied to
the maint branch of git (at the moment of writing, that is commit
`v1.7.6-43-g0906f6e'), should d
Paul Elliott writes:
> unoconv is a program that converts openoffice any other documents to
> different
> formats. Its man page says it can use a listener: Example:
>> unoconv --listener &
>> unoconv -f pdf some-document.odt
>> unoconv -f doc other-document.odt
>> unoconv -f jpg some-image.png