From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13075 invoked by alias); 26 Jul 2007 13:06:09 -0000 Received: (qmail 13059 invoked by uid 22791); 26 Jul 2007 13:06:08 -0000 X-Spam-Check-By: sourceware.org Received: from dmz.mips-uk.com (HELO dmz.mips-uk.com) (194.74.144.194) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 26 Jul 2007 13:06:05 +0000 Received: from internal-mx1 ([192.168.192.240] helo=ukservices1.mips.com) by dmz.mips-uk.com with esmtp (Exim 3.35 #1 (Debian)) id 1IE32Y-0003wP-00; Thu, 26 Jul 2007 14:06:02 +0100 Received: from perivale.mips.com ([192.168.192.200]) by ukservices1.mips.com with esmtp (Exim 3.36 #1 (Debian)) id 1IE32U-0003qA-00; Thu, 26 Jul 2007 14:05:58 +0100 Received: from macro (helo=localhost) by perivale.mips.com with local-esmtp (Exim 4.63) (envelope-from ) id 1IE32U-0002Oq-O8; Thu, 26 Jul 2007 14:05:58 +0100 Date: Thu, 26 Jul 2007 13:06:00 -0000 From: "Maciej W. Rozycki" To: insight@sourceware.org cc: "Maciej W. Rozycki" Subject: [PATCH] Support `make html' for plugins Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-MIPS-Technologies-UK-MailScanner: Found to be clean X-MIPS-Technologies-UK-MailScanner-From: macro@mips.com Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00018.txt.bz2 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 * 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)