public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* install pdf and html dummy targets.
@ 2012-10-29 22:15 Mike Stump
       [not found] ` <20121029223642.GC21019@redhat.com>
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Stump @ 2012-10-29 22:15 UTC (permalink / raw)
  To: cgen

[-- Attachment #1: Type: text/plain, Size: 906 bytes --]

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 = $(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

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.


[-- Attachment #2: cgen.diffs.txt --]
[-- Type: text/plain, Size: 690 bytes --]

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

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

* Re: install pdf and html dummy targets.
       [not found] ` <20121029223642.GC21019@redhat.com>
@ 2012-10-30  1:20   ` Mike Stump
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Stump @ 2012-10-30  1:20 UTC (permalink / raw)
  To: Frank Ch. Eigler; +Cc: cgen

On Oct 29, 2012, at 3:36 PM, Frank Ch. Eigler <fche@redhat.com> wrote:
>> I discovered I needed:
>> [...]
> 
> Please feel free to commit that.

Thanks.  Committed.

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

end of thread, other threads:[~2012-10-30  1:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-29 22:15 install pdf and html dummy targets Mike Stump
     [not found] ` <20121029223642.GC21019@redhat.com>
2012-10-30  1:20   ` Mike Stump

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