unoconv listener in an automake file?

2011-08-13 Thread Paul Elliott
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 > unoconv -f xsl some-spreadsheet

Re: unoconv listener in an automake file?

2011-08-13 Thread Alan D. Salewski
Hi Paul, On Sat, Aug 13, 2011 at 03:55:24AM -0500, Paul Elliott spake thus: > > 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