[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] additions to autoconf files
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] additions to autoconf files |
Date: |
Sat, 08 Jun 2002 14:27:51 +0200 (CEST) |
> > This is not as easy as it may appear at first sight. Reason is
> > mainly that the current make process can only handle a single
> > target in a subdirectory, but xditview has two: xditview itself
> > and xtotroff. To handle this gracefully, the common files have to
> > be moved to a new directory
> >
> > src/libs/libx11/
> >
> > (give it a better name) and the xtotroff stuff into a new
> > directory
> >
> > src/utils/xtotroff
>
> What's the reason xditview/Makefile.sub can't say `all: xditview
> xtotroff'?
It doesn't work like that. The `all' target is used only for special
things which are not compiled in the normal sense. You have to set
the `PROG' variable, and it accepts only a single name.
[Some checking...] Well, maybe it works, but since X now regularly
comes with updated fonts it is probably a good idea to install
xtotroff also, writing a man page, etc. -- so putting it into the
utils directory is a cleaner solution IMHO.
Werner
- Re: [Groff] additions to autoconf files, (continued)
- Re: [Groff] additions to autoconf files, Ralph Corderoy, 2002/06/05
- Re: [Groff] additions to autoconf files, Werner LEMBERG, 2002/06/06
- Re: [Groff] additions to autoconf files, Bernd Warken, 2002/06/06
- Re: [Groff] additions to autoconf files, Ralph Corderoy, 2002/06/06
- Re: [Groff] additions to autoconf files, Bernd Warken, 2002/06/06
- Re: [Groff] additions to autoconf files, Ralph Corderoy, 2002/06/07
- Re: [Groff] additions to autoconf files, Werner LEMBERG, 2002/06/07
- Re: [Groff] additions to autoconf files, Bernd Warken, 2002/06/07
- Re: [Groff] additions to autoconf files, Werner LEMBERG, 2002/06/08
- Re: [Groff] additions to autoconf files, Ralph Corderoy, 2002/06/08
- Re: [Groff] additions to autoconf files,
Werner LEMBERG <=
- Re: [Groff] additions to autoconf files, Werner LEMBERG, 2002/06/07
Re: [Groff] additions to autoconf files, Werner LEMBERG, 2002/06/06