Re: unoconv listener in an automake file?

2011-08-14 Thread Paul Elliott
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

Re: unoconv listener in an automake file?

2011-08-14 Thread Alan D. Salewski
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

[GSoC] "proof of concept": use automake TAP driver with the Git testsuite.

2011-08-14 Thread Stefano Lattarini
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

Re: unoconv listener in an automake file?

2011-08-14 Thread Ben Pfaff
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