public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gdb/doc: the all-doc build target should build .... all docs
@ 2024-06-24 11:26 Andrew Burgess
  2024-06-24 15:40 ` Tom Tromey
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Burgess @ 2024-06-24 11:26 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

I noticed that the 'all-doc' build target doesn't build all the doc
formats, 'man' and 'html' are missing.

This commit updates 'all-doc' so that all formats are built.

This doesn't change the default 'all' target, which is the default
target used when building GDB itself, the 'all' target continues to
just build the 'info' docs.

There should be no difference in the actual generated output after
this commit, I'm just changing what gets built.
---
 gdb/doc/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in
index cf10868ed05..05ef080afae 100644
--- a/gdb/doc/Makefile.in
+++ b/gdb/doc/Makefile.in
@@ -246,7 +246,7 @@ Doxyfile-gdb-xref:	$(srcdir)/Doxyfile-gdb-xref.in
 Doxyfile-gdbserver:	$(srcdir)/Doxyfile-gdbserver.in
 	$(doxyedit) $(srcdir)/Doxyfile-gdbserver.in >Doxyfile-gdbserver
 
-all-doc: info dvi ps pdf
+all-doc: info man dvi ps pdf html
 diststuff: info man
 
 install-info: $(INFO_DEPS)

base-commit: 0700386f142f0b0d3d0021995970a1b41c36cc92
-- 
2.25.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] gdb/doc: the all-doc build target should build .... all docs
  2024-06-24 11:26 [PATCH] gdb/doc: the all-doc build target should build .... all docs Andrew Burgess
@ 2024-06-24 15:40 ` Tom Tromey
  2024-06-25 13:39   ` Andrew Burgess
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Tromey @ 2024-06-24 15:40 UTC (permalink / raw)
  To: Andrew Burgess; +Cc: gdb-patches

>>>>> "Andrew" == Andrew Burgess <aburgess@redhat.com> writes:

Andrew> This doesn't change the default 'all' target, which is the default
Andrew> target used when building GDB itself, the 'all' target continues to
Andrew> just build the 'info' docs.

Andrew> There should be no difference in the actual generated output after
Andrew> this commit, I'm just changing what gets built.

Seems fine to me.
Approved-By: Tom Tromey <tom@tromey.com>

Tom

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] gdb/doc: the all-doc build target should build .... all docs
  2024-06-24 15:40 ` Tom Tromey
@ 2024-06-25 13:39   ` Andrew Burgess
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Burgess @ 2024-06-25 13:39 UTC (permalink / raw)
  To: Tom Tromey; +Cc: gdb-patches

Tom Tromey <tom@tromey.com> writes:

>>>>>> "Andrew" == Andrew Burgess <aburgess@redhat.com> writes:
>
> Andrew> This doesn't change the default 'all' target, which is the default
> Andrew> target used when building GDB itself, the 'all' target continues to
> Andrew> just build the 'info' docs.
>
> Andrew> There should be no difference in the actual generated output after
> Andrew> this commit, I'm just changing what gets built.
>
> Seems fine to me.
> Approved-By: Tom Tromey <tom@tromey.com>

I pushed this patch.

Thanks,
Andrew


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-25 13:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-24 11:26 [PATCH] gdb/doc: the all-doc build target should build .... all docs Andrew Burgess
2024-06-24 15:40 ` Tom Tromey
2024-06-25 13:39   ` Andrew Burgess

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 read-only IMAP folder(s) and NNTP newsgroup(s).