Nico Kadel-Garcia wrote on Thu, Aug 16, 2012 at 23:13:12 -0400: > On Thu, Aug 16, 2012 at 10:38 PM, Nico Kadel-Garcia <nka...@gmail.com> wrote: > > On Thu, Aug 16, 2012 at 6:55 PM, Daniel Shahaf <d...@daniel.shahaf.name> > > wrote: > >> If you want to add targets to install individual tools, too, I imagine > >> we would welcome a patch for this (but I won't have time to handle it > >> myself). See the 1.7.5->1.7.6 diff for most of the files you'll need to > >> touch (makefile.ezt and co). > > > > That's potentially useful, but doens't fix the problem where the built > > components are in "tools" are > > Gahh, got cut off and hit the wrong key. The built components in the > "tools" directory include a number of binaries, not appropriate to > docs, and filtering out what should go in in "docs" after it's already > built is awkward. What I can do easily is a hack in the .spec file:
I'm not sure where the "docs" (tree directory, or makefile target) factors in. In any case, any issues with the makefile targets and suggestions for modifying them are be on-topic for dev@; feel free to start a thread there outlining the issues and/or suggestions you have. > replicate "tools" to "tools-doc" before compilation, and include > "tools-doc" as documentation for a distinct "tools" package that also > includes the binaries intalled with 'make instlal-toole". It's a bit > funky, but will generate a clean build.