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
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=$$!
On 2024-04-08 22:37:50, Jacob Bachmeyer spake thus:
Richard Stallman wrote:
[...]
In principle it could be posible to output something different to
describe this stramge situation explicitly. For instance, output "via
stdin" as a comment, or output `stdin/../filename' as the file name.
(Progr
On Wed, May 21, 2008 at 07:21:26PM -0700, eawiggins spake thus:
>
> Hi,
>
> I'm trying to figure out how to put my object files into a separate
> directory so that they aren't mixed in w/ my cpp source files, and still be
> able to link and build.
>
> I've got a basic autoconf, automake, libtoo
On Wed, Sep 03, 2008 at 05:41:29PM +0200, Sebastien REYNES spake thus:
> Hello,
>
> How to generate objects files in a dedicated directory ? When I launch
> the following Makefile.am in my current directory
> /home/devbdie/src/module1, the files *.o are generated in the same
> directory.
>
> lib_
On Fri, Sep 05, 2008 at 09:38:04AM +0200, Sebastien REYNES spake thus:
> Hello Alan,
>
> Thank you for your answer. I wonder how to build the VPATH ? When I
> launch directly the command "../../src/module1/configure" under the
> directory "home/devbdie/obj/module1", it doesn't work.
>
> Regards,
On Fri, Dec 26, 2008 at 04:28:05PM -0500, John Ratliff spake thus:
> How can I add a file to the EXTRA_DIST variable that has spaces?
Hi John,
File names with spaces in them cannot be tracked directly in EXTRA_DIST
because the values in the list become 'make' prerequisites; file names
with spaces
On Wed, Mar 18, 2009 at 10:58:20AM -0400, ko...@comcast.net spake thus:
> I have a simple project that builds a C program in the top level
> directory, and a series of shell scripts to test this program in a
> 'tests' subdirectory. If I run "./configure; make; make check",
> everything works as ex
On Thu, Jul 02, 2009 at 12:15:22PM +0200, Christian Egli spake thus:
> Hi all
>
> I work in a project where we ship a lot of data files. These files sit
> in a subdirectory where Makefile.am lists them explicitly as follows:
>
> table_files = \
> ar-ar-g1.utb \
> ...
> zh-tw.c