From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10471 invoked by alias); 29 Oct 2012 22:15:50 -0000 Received: (qmail 10442 invoked by uid 22791); 29 Oct 2012 22:15:49 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta15.westchester.pa.mail.comcast.net (HELO qmta15.westchester.pa.mail.comcast.net) (76.96.59.228) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 29 Oct 2012 22:15:44 +0000 Received: from omta05.westchester.pa.mail.comcast.net ([76.96.62.43]) by qmta15.westchester.pa.mail.comcast.net with comcast id GzkZ1k0020vyq2s5FAGHvd; Mon, 29 Oct 2012 22:16:17 +0000 Received: from bag6-1-pt.tunnel.tserv3.fmt2.ipv6.he.net ([IPv6:2001:470:1f04:ae1::2]) by omta05.westchester.pa.mail.comcast.net with comcast id HAGA1k00T0P3DwE3RAGB22; Mon, 29 Oct 2012 22:16:11 +0000 From: Mike Stump Content-Type: multipart/mixed; boundary="Apple-Mail=_A9ECFE42-528D-46D7-92B3-63200111DE45" Subject: install pdf and html dummy targets. Message-Id: <698653F7-6394-4557-9356-DDC33A1B6438@comcast.net> Date: Mon, 29 Oct 2012 22:15:00 -0000 To: cgen@sourceware.org Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2012-q4/txt/msg00001.txt.bz2 --Apple-Mail=_A9ECFE42-528D-46D7-92B3-63200111DE45 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Content-length: 885 I discovered I needed: diff --git a/binutils/cgen/Makefile.am b/binutils/cgen/Makefile.am index 208cd6a..8b1848b 100644 --- a/binutils/cgen/Makefile.am +++ b/binutils/cgen/Makefile.am @@ -29,6 +29,9 @@ srcroot =3D $(srcdir)/.. =20 all-local: stamp-cgen =20 +install-pdf: +install-html: + stamp-cgen: $(CGENFILES) rm -f stamp-cgen echo timestamp > stamp-cgen diff --git a/binutils/cgen/Makefile.in b/binutils/cgen/Makefile.in index a4080da..3e63376 100644 --- a/binutils/cgen/Makefile.in +++ b/binutils/cgen/Makefile.in @@ -423,6 +423,9 @@ uninstall-info: uninstall-info-recursive =20 all-local: stamp-cgen =20 +install-pdf: +install-html: + stamp-cgen: $(CGENFILES) rm -f stamp-cgen echo timestamp > stamp-cgen to allow doc building without error in a combined tree. Not sure this has = been fixed since last time I did an import, probably not. --Apple-Mail=_A9ECFE42-528D-46D7-92B3-63200111DE45 Content-Disposition: attachment; filename=cgen.diffs.txt Content-Type: text/plain; name="cgen.diffs.txt" Content-Transfer-Encoding: 7bit Content-length: 690 diff --git a/binutils/cgen/Makefile.am b/binutils/cgen/Makefile.am index 208cd6a..8b1848b 100644 --- a/binutils/cgen/Makefile.am +++ b/binutils/cgen/Makefile.am @@ -29,6 +29,9 @@ srcroot = $(srcdir)/.. all-local: stamp-cgen +install-pdf: +install-html: + stamp-cgen: $(CGENFILES) rm -f stamp-cgen echo timestamp > stamp-cgen diff --git a/binutils/cgen/Makefile.in b/binutils/cgen/Makefile.in index a4080da..3e63376 100644 --- a/binutils/cgen/Makefile.in +++ b/binutils/cgen/Makefile.in @@ -423,6 +423,9 @@ uninstall-info: uninstall-info-recursive all-local: stamp-cgen +install-pdf: +install-html: + stamp-cgen: $(CGENFILES) rm -f stamp-cgen echo timestamp > stamp-cgen --Apple-Mail=_A9ECFE42-528D-46D7-92B3-63200111DE45--