debbugs

2010-09-26 Thread Ralf Wildenhues
[ sorry for the xpost; please followup to the automake list, replyto set ] Hello coreutils developers, Gary was nice to point us at the debbugs you're using now for your bugs list. How do you like it, how's it working for you, it can be worked with email only, right? Automake has its Gnats, mos

Re: [coreutils] debbugs

2010-09-26 Thread Jim Meyering
Ralf Wildenhues wrote: > [ sorry for the xpost; please followup to the automake list, replyto set ] > > Hello coreutils developers, > > Gary was nice to point us at the debbugs you're using now for your bugs > list. How do you like it, how's it working for you, Hi Ralf, yes I'm happy with it. >

Re: separate target for installing docs

2010-09-26 Thread mhoenicka
Ralf Wildenhues wrote: > > > There is also 'install-exec' which only installs platform-dependent > files, and 'install-data' which does the rest, maybe that is already > good enough for you? See info Automake "The Two Parts of Install". > > Thanks for your hints. In fact, the install-exec v

Re: separate target for installing docs

2010-09-26 Thread Ralf Wildenhues
* mhoenicka wrote on Sun, Sep 26, 2010 at 09:53:11PM CEST: > Thanks for your hints. In fact, the install-exec vs. install-data thing is > good enough for half of the problem. To keep things simple I didn't mention > that we're talking about two related projects, one providing a library, the > other

Re: separate target for installing docs

2010-09-26 Thread mhoenicka
Ralf Wildenhues wrote: > > > Having .pc files installed with install-exec can be done with something > like > > pkgconfigexecdir = $(libdir)/pkg-config > pkgconfigexec_DATA = foo.pc > > That works like a charm. Now all I have to take care of are the include files of the library, which by de