* requesting info page (and pdf) doc releases @ 2009-10-22 20:41 Sebastian Pipping 2009-10-22 22:13 ` Rustom Mody 0 siblings, 1 reply; 5+ messages in thread From: Sebastian Pipping @ 2009-10-22 20:41 UTC (permalink / raw) To: git hi there! would be nice to get info pages (and pdf) doc releases in addition to html and man pages. i imagine such a change to the release machine should not be too hard to integrate. we could use it in gentoo. thanks, sebastian ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: requesting info page (and pdf) doc releases 2009-10-22 20:41 requesting info page (and pdf) doc releases Sebastian Pipping @ 2009-10-22 22:13 ` Rustom Mody 2009-10-23 8:39 ` Michael J Gruber 2009-10-23 18:57 ` Junio C Hamano 0 siblings, 2 replies; 5+ messages in thread From: Rustom Mody @ 2009-10-22 22:13 UTC (permalink / raw) To: Sebastian Pipping; +Cc: git On Fri, Oct 23, 2009 at 2:11 AM, Sebastian Pipping <sping@gentoo.org> wrote: > > hi there! > > > would be nice to get info pages (and pdf) doc releases in addition to > html and man pages. i imagine such a change to the release machine > should not be too hard to integrate. we could use it in gentoo. > > thanks, > > > > sebastian +1 Why only gentoo? I would use it on ubuntu or windows as well ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: requesting info page (and pdf) doc releases 2009-10-22 22:13 ` Rustom Mody @ 2009-10-23 8:39 ` Michael J Gruber 2009-10-23 18:57 ` Junio C Hamano 1 sibling, 0 replies; 5+ messages in thread From: Michael J Gruber @ 2009-10-23 8:39 UTC (permalink / raw) To: Rustom Mody; +Cc: Sebastian Pipping, git Rustom Mody venit, vidit, dixit 23.10.2009 00:13: > On Fri, Oct 23, 2009 at 2:11 AM, Sebastian Pipping <sping@gentoo.org> wrote: >> >> hi there! >> >> >> would be nice to get info pages (and pdf) doc releases in addition to >> html and man pages. i imagine such a change to the release machine >> should not be too hard to integrate. we could use it in gentoo. >> >> thanks, >> >> >> >> sebastian > > +1 > Why only gentoo? I would use it on ubuntu or windows as well Because they don't build from source!? ;) Michael ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: requesting info page (and pdf) doc releases 2009-10-22 22:13 ` Rustom Mody 2009-10-23 8:39 ` Michael J Gruber @ 2009-10-23 18:57 ` Junio C Hamano 2009-10-23 19:22 ` Sebastian Pipping 1 sibling, 1 reply; 5+ messages in thread From: Junio C Hamano @ 2009-10-23 18:57 UTC (permalink / raw) To: Rustom Mody; +Cc: Sebastian Pipping, git Rustom Mody <rustompmody@gmail.com> writes: > On Fri, Oct 23, 2009 at 2:11 AM, Sebastian Pipping <sping@gentoo.org> wrote: >> >> would be nice to get info pages (and pdf) doc releases in addition to >> html and man pages. i imagine such a change to the release machine >> should not be too hard to integrate. we could use it in gentoo. > > +1 > Why only gentoo? I would use it on ubuntu or windows as well As I understand it, Gentoo is supposed to build everything from the source anyway, you would not want to use pregenerated info nor pdf, no? You shouldn't be using pregenerated html nor man for that matter... FWIW, you can already say "make info" and "make pdf" yourselves if you have necessary toolchains installed. Integration is not an issue. Neither my primary development box (Debian, which I would test before pushing things out) nor the machine at k.org I use for the final sanity check (FC11, on which the documents are automatically generated) has dblatex nor docbook2x installed. I am not particularly enthused about installing a lot of dependencies for these packages on my machine. I do not want to bother k.org admins who are already overloaded to install these on their machines either. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: requesting info page (and pdf) doc releases 2009-10-23 18:57 ` Junio C Hamano @ 2009-10-23 19:22 ` Sebastian Pipping 0 siblings, 0 replies; 5+ messages in thread From: Sebastian Pipping @ 2009-10-23 19:22 UTC (permalink / raw) To: Junio C Hamano; +Cc: Rustom Mody, git, Robin H. Johnson Junio C Hamano wrote: > Rustom Mody <rustompmody@gmail.com> writes: > >> On Fri, Oct 23, 2009 at 2:11 AM, Sebastian Pipping <sping@gentoo.org> wrote: >>> would be nice to get info pages (and pdf) doc releases in addition to >>> html and man pages. i imagine such a change to the release machine >>> should not be too hard to integrate. we could use it in gentoo. >> +1 >> Why only gentoo? I would use it on ubuntu or windows as well > > As I understand it, Gentoo is supposed to build everything from the source > anyway, you would not want to use pregenerated info nor pdf, no? You > shouldn't be using pregenerated html nor man for that matter... With "compiling" documentation things are a bit different. Simplified, in contrast to source code compiling documentation leads to the same results on all machines while sources produces lots of different results depending on the configuration of the machine ("use flags", compile flags, versions of linked libraries, ..) which differ heavily from one machine to another. Generating documentation downstream means more dependencies for us without any advantages that I would be aware of. In case of dblatex the dependencies get quite extreme actually :-) So we thought why not just ask for it if you provide similar things already. > FWIW, you can already say "make info" and "make pdf" yourselves if you > have necessary toolchains installed. Integration is not an issue. We use make info at the moment. (On a sidenote I hope you get it working with the latest asciidoc again. See my earlier mail on this list.) > Neither my primary development box (Debian, which I would test before > pushing things out) nor the machine at k.org I use for the final sanity > check (FC11, on which the documents are automatically generated) has > dblatex nor docbook2x installed. I am not particularly enthused about > installing a lot of dependencies for these packages on my machine. I do > not want to bother k.org admins who are already overloaded to install > these on their machines either. I see, thanks for your explanation. Sebastian ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-10-23 19:22 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-10-22 20:41 requesting info page (and pdf) doc releases Sebastian Pipping 2009-10-22 22:13 ` Rustom Mody 2009-10-23 8:39 ` Michael J Gruber 2009-10-23 18:57 ` Junio C Hamano 2009-10-23 19:22 ` Sebastian Pipping
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).