public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Support `make html' for plugins
@ 2007-07-26 13:06 Maciej W. Rozycki
  2007-07-26 14:39 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Maciej W. Rozycki @ 2007-07-26 13:06 UTC (permalink / raw)
  To: insight; +Cc: Maciej W. Rozycki

Hello,

 There is a problem with `make html' when issued from the gdb/ directory 
(used mainly to build some documentation in gdb/doc/) if the Insight 
subdirectory is present.  If this is the case, the command fails in 
gdb/gdbtk/plugins/:

make[4]: Entering directory `.../gdb/gdbtk/plugins'
Making html in rhabout
make[5]: Entering directory `.../gdb/gdbtk/plugins/rhabout'
make[5]: *** No rule to make target `html'.  Stop.
make[5]: Leaving directory `.../gdb/gdbtk/plugins/rhabout'
make[4]: *** [html-recursive] Error 1
make[4]: Leaving directory `.../gdb/gdbtk/plugins'

The reason is the template used for plugins is not automake-generated, so 
it has to supply the goal explicitly.

2007-07-26  Maciej W. Rozycki  <macro@mips.com>

	* Make-rules (html): Add goal.

 Applied as obvious.

  Maciej

gdbtk-plugins-html.diff
Index: gdb/src/gdb/gdbtk/plugins/Make-rules
===================================================================
--- gdb.orig/src/gdb/gdbtk/plugins/Make-rules	2007-07-26 13:32:46.000000000 +0100
+++ gdb/src/gdb/gdbtk/plugins/Make-rules	2007-07-26 13:46:53.000000000 +0100
@@ -112,6 +112,7 @@
 	    $(INSTALL_DATA) $(srcdir)/$$i $(libdir)/insight1.0/$(PLUGIN)/$$i ; \
 	done ;
 
+html:
 info:
 install-info:
 clean: $(CLEAN_TARGET)

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

* Re: [PATCH] Support `make html' for plugins
  2007-07-26 13:06 [PATCH] Support `make html' for plugins Maciej W. Rozycki
@ 2007-07-26 14:39 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2007-07-26 14:39 UTC (permalink / raw)
  To: Maciej W. Rozycki; +Cc: insight, Maciej W. Rozycki

Maciej W. Rozycki wrote:
> 2007-07-26  Maciej W. Rozycki  <macro@mips.com>
> 
> 	* Make-rules (html): Add goal.
> 
>  Applied as obvious.

Thanks!

Keith

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

end of thread, other threads:[~2007-07-26 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-26 13:06 [PATCH] Support `make html' for plugins Maciej W. Rozycki
2007-07-26 14:39 ` Keith Seitz

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).