public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/33585]  New: make html does not work for install files
@ 2007-09-29  1:22 manu at gcc dot gnu dot org
  2007-09-29  1:23 ` [Bug other/33585] " manu at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: manu at gcc dot gnu dot org @ 2007-09-29  1:22 UTC (permalink / raw)
  To: gcc-bugs

For explanation and patch see:
http://gcc.gnu.org/ml/gcc-patches/2007-09/msg01735.html


-- 
           Summary: make html does not work for install files
           Product: gcc
           Version: 4.2.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: manu at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33585


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

* [Bug other/33585] make html does not work for install files
  2007-09-29  1:22 [Bug other/33585] New: make html does not work for install files manu at gcc dot gnu dot org
@ 2007-09-29  1:23 ` manu at gcc dot gnu dot org
  2007-09-29  1:24 ` manu at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: manu at gcc dot gnu dot org @ 2007-09-29  1:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from manu at gcc dot gnu dot org  2007-09-29 01:23 -------
This doesn't work in 4.2.0 but it did in 4.1.0


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.2.0 4.2.1 4.2.2
      Known to work|                            |4.0.0 4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33585


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

* [Bug other/33585] make html does not work for install files
  2007-09-29  1:22 [Bug other/33585] New: make html does not work for install files manu at gcc dot gnu dot org
  2007-09-29  1:23 ` [Bug other/33585] " manu at gcc dot gnu dot org
@ 2007-09-29  1:24 ` manu at gcc dot gnu dot org
  2007-10-01  2:39 ` manu at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: manu at gcc dot gnu dot org @ 2007-09-29  1:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from manu at gcc dot gnu dot org  2007-09-29 01:24 -------
(In reply to comment #1)
> This doesn't work in 4.2.0 but it did in 4.1.0
> 

Forget this. Wrong tab.


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|4.2.0 4.2.1 4.2.2           |
      Known to work|4.0.0 4.1.0                 |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33585


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

* [Bug other/33585] make html does not work for install files
  2007-09-29  1:22 [Bug other/33585] New: make html does not work for install files manu at gcc dot gnu dot org
  2007-09-29  1:23 ` [Bug other/33585] " manu at gcc dot gnu dot org
  2007-09-29  1:24 ` manu at gcc dot gnu dot org
@ 2007-10-01  2:39 ` manu at gcc dot gnu dot org
  2007-10-01  2:39 ` manu at gcc dot gnu dot org
  2007-10-01  2:40 ` manu at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: manu at gcc dot gnu dot org @ 2007-10-01  2:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from manu at gcc dot gnu dot org  2007-10-01 02:39 -------
*** Bug 33543 has been marked as a duplicate of this bug. ***


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |karthikkumar at gmail dot
                   |                            |com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33585


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

* [Bug other/33585] make html does not work for install files
  2007-09-29  1:22 [Bug other/33585] New: make html does not work for install files manu at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-10-01  2:39 ` manu at gcc dot gnu dot org
@ 2007-10-01  2:39 ` manu at gcc dot gnu dot org
  2007-10-01  2:40 ` manu at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: manu at gcc dot gnu dot org @ 2007-10-01  2:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from manu at gcc dot gnu dot org  2007-10-01 02:38 -------
Subject: Bug 33585

Author: manu
Date: Mon Oct  1 02:38:31 2007
New Revision: 128900

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128900
Log:
2007-10-01  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

        PR other/33585
        * Makefile.in (build_html_dir/gccinstall): gccinstall.texi needs
        to be processed with the special script doc/install.texi2html.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33585


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

* [Bug other/33585] make html does not work for install files
  2007-09-29  1:22 [Bug other/33585] New: make html does not work for install files manu at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-10-01  2:39 ` manu at gcc dot gnu dot org
@ 2007-10-01  2:40 ` manu at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: manu at gcc dot gnu dot org @ 2007-10-01  2:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from manu at gcc dot gnu dot org  2007-10-01 02:39 -------
Fixed for GCC 4.3


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33585


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

end of thread, other threads:[~2007-10-01  2:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-29  1:22 [Bug other/33585] New: make html does not work for install files manu at gcc dot gnu dot org
2007-09-29  1:23 ` [Bug other/33585] " manu at gcc dot gnu dot org
2007-09-29  1:24 ` manu at gcc dot gnu dot org
2007-10-01  2:39 ` manu at gcc dot gnu dot org
2007-10-01  2:39 ` manu at gcc dot gnu dot org
2007-10-01  2:40 ` manu at gcc dot gnu dot org

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