Re: [Qemu-devel] [PATCH 2/4] docs: add build infrastructure for gtkdocs

2011-12-15 Thread Andreas Färber
Am 15.12.2011 14:30, schrieb Anthony Liguori: > On 12/15/2011 03:37 AM, Avi Kivity wrote: >> On 12/14/2011 06:20 PM, Anthony Liguori wrote: >>> By convention, documented headers now go in include/ >> >> Dislike. +1 > I've been planning on doing this for a while. I think it's a useful way > to he

Re: [Qemu-devel] [PATCH 2/4] docs: add build infrastructure for gtkdocs

2011-12-15 Thread Anthony Liguori
On 12/15/2011 07:43 AM, Avi Kivity wrote: On 12/15/2011 03:30 PM, Anthony Liguori wrote: On 12/15/2011 03:37 AM, Avi Kivity wrote: On 12/14/2011 06:20 PM, Anthony Liguori wrote: By convention, documented headers now go in include/ Dislike. I've been planning on doing this for a while. I t

Re: [Qemu-devel] [PATCH 2/4] docs: add build infrastructure for gtkdocs

2011-12-15 Thread Avi Kivity
On 12/15/2011 03:30 PM, Anthony Liguori wrote: > On 12/15/2011 03:37 AM, Avi Kivity wrote: >> On 12/14/2011 06:20 PM, Anthony Liguori wrote: >>> By convention, documented headers now go in include/ >> >> Dislike. > > I've been planning on doing this for a while. I think it's a useful > way to help

Re: [Qemu-devel] [PATCH 2/4] docs: add build infrastructure for gtkdocs

2011-12-15 Thread Anthony Liguori
On 12/15/2011 03:37 AM, Avi Kivity wrote: On 12/14/2011 06:20 PM, Anthony Liguori wrote: By convention, documented headers now go in include/ Dislike. I've been planning on doing this for a while. I think it's a useful way to help improve internal modularity. It provides a consistent way

Re: [Qemu-devel] [PATCH 2/4] docs: add build infrastructure for gtkdocs

2011-12-15 Thread Stefan Weil
Am 15.12.2011 10:37, schrieb Avi Kivity: On 12/14/2011 06:20 PM, Anthony Liguori wrote: By convention, documented headers now go in include/ Dislike. +include $(SRC_PATH)/Makefile.docs + $(common-obj-y): $(GENERATED_HEADERS) subdir-libcacard: $(oslib-obj-y) $(trace-obj-y) qemu-timer-common.o

Re: [Qemu-devel] [PATCH 2/4] docs: add build infrastructure for gtkdocs

2011-12-15 Thread Avi Kivity
On 12/14/2011 06:20 PM, Anthony Liguori wrote: > By convention, documented headers now go in include/ Dislike. > +include $(SRC_PATH)/Makefile.docs > + > $(common-obj-y): $(GENERATED_HEADERS) > subdir-libcacard: $(oslib-obj-y) $(trace-obj-y) qemu-timer-common.o > > @@ -113,6 +115,8 @@ QEMU_CF

[Qemu-devel] [PATCH 2/4] docs: add build infrastructure for gtkdocs

2011-12-14 Thread Anthony Liguori
By convention, documented headers now go in include/ Signed-off-by: Anthony Liguori --- Makefile |6 +- Makefile.docs | 15 +++ QEMU-docs.xml | 31 +++ 3 files changed, 51 insertions(+), 1 deletions(-) create mode 100644 Makefile.docs cr