public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GNAT Users Guide *online* ?
@ 2002-08-29 15:19 Toshitaka Kumano
  2002-08-30 10:02 ` Florian Weimer
  0 siblings, 1 reply; 8+ messages in thread
From: Toshitaka Kumano @ 2002-08-29 15:19 UTC (permalink / raw)
  To: gcc

I appreciate to see GNAT Reference Manual *online*;
^[(B< http://gcc.gnu.org/onlinedocs/ > says
^[(B-- BEGIN
^[(B               GCC online documentation 
^[(B
^[(BLatest releases
^[(B
^[(BThese are manuals for the latest full releases.
^[(B
^[(B    GCC 3.1.1 manuals: 
^[(B(snip)
^[(B        GCC 3.1.1 GNAT Reference Manual (also in PostScript) 
^[(B-- END
^[(B
^[(B
^[(BOn the other hand, I cannot find "GNAT Users Guide" online; a simple guess
^[(B< http://gcc.gnu.org/onlinedocs/gcc-3.1.1/gnat_ug/ > makes "Not Found".
^[(B
^[(BWork in progress, or it is at other URL ?
^[(B
^[(BThank you.
^[(B-- 
^[(BToshitaka Kumano
^[(BKamakura, Japan

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

* Re: GNAT Users Guide *online* ?
  2002-08-29 15:19 GNAT Users Guide *online* ? Toshitaka Kumano
@ 2002-08-30 10:02 ` Florian Weimer
  2002-08-30 12:17   ` Joe Buck
  2002-08-30 16:42   ` Toshitaka Kumano
  0 siblings, 2 replies; 8+ messages in thread
From: Florian Weimer @ 2002-08-30 10:02 UTC (permalink / raw)
  To: Toshitaka Kumano; +Cc: gcc

Toshitaka Kumano <kumano@cl.cilas.net> writes:

> On the other hand, I cannot find "GNAT Users Guide" online; a simple guess
> < http://gcc.gnu.org/onlinedocs/gcc-3.1.1/gnat_ug/ > makes "Not Found".

It's http://gcc.gnu.org/onlinedocs/gnat_ug_unx/ .  (Or "wnt" instead of
"unx" if you're interested in the Win32 version).

The manuals haven't changed between 3.1.1 and 3.3, AFAIK.

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

* Re: GNAT Users Guide *online* ?
  2002-08-30 10:02 ` Florian Weimer
@ 2002-08-30 12:17   ` Joe Buck
  2002-08-30 16:44     ` Toshitaka Kumano
  2002-09-12 15:16     ` PATCH for " Gerald Pfeifer
  2002-08-30 16:42   ` Toshitaka Kumano
  1 sibling, 2 replies; 8+ messages in thread
From: Joe Buck @ 2002-08-30 12:17 UTC (permalink / raw)
  To: Florian Weimer; +Cc: Toshitaka Kumano, gcc

> Toshitaka Kumano <kumano@cl.cilas.net> writes:
> 
> > On the other hand, I cannot find "GNAT Users Guide" online; a simple guess
> > < http://gcc.gnu.org/onlinedocs/gcc-3.1.1/gnat_ug/ > makes "Not Found".
> 
> It's http://gcc.gnu.org/onlinedocs/gnat_ug_unx/ .  (Or "wnt" instead of
> "unx" if you're interested in the Win32 version).

Right, but unlike with the other manuals, there's no link to this manual
from the http://gcc.gnu.org/onlinedocs/ page.  Any doc that isn't linked
to probably can't be found.



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

* Re: GNAT Users Guide *online* ?
  2002-08-30 10:02 ` Florian Weimer
  2002-08-30 12:17   ` Joe Buck
@ 2002-08-30 16:42   ` Toshitaka Kumano
  1 sibling, 0 replies; 8+ messages in thread
From: Toshitaka Kumano @ 2002-08-30 16:42 UTC (permalink / raw)
  To: gcc

Florian Weimer wrote:
> It's http://gcc.gnu.org/onlinedocs/gnat_ug_unx/ .  (Or "wnt" instead of
> "unx" if you're interested in the Win32 version).

Oh. Thank you very much.

-- 
Toshitaka Kumano
Kamakura, Japan

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

* Re: GNAT Users Guide *online* ?
  2002-08-30 12:17   ` Joe Buck
@ 2002-08-30 16:44     ` Toshitaka Kumano
  2002-09-12 15:16     ` PATCH for " Gerald Pfeifer
  1 sibling, 0 replies; 8+ messages in thread
From: Toshitaka Kumano @ 2002-08-30 16:44 UTC (permalink / raw)
  To: gcc

Joe Buck wrote:
> Right, but unlike with the other manuals, there's no link to this manual
> from the http://gcc.gnu.org/onlinedocs/ page.  Any doc that isn't linked
> to probably can't be found.

I agree absolutely !

-- 
Toshitaka Kumano
Kamakura, Japan

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

* PATCH for Re: GNAT Users Guide *online* ?
  2002-08-30 12:17   ` Joe Buck
  2002-08-30 16:44     ` Toshitaka Kumano
@ 2002-09-12 15:16     ` Gerald Pfeifer
  2002-09-13 21:07       ` Toshitaka Kumano
  1 sibling, 1 reply; 8+ messages in thread
From: Gerald Pfeifer @ 2002-09-12 15:16 UTC (permalink / raw)
  To: Joe Buck; +Cc: Florian Weimer, Toshitaka Kumano, gcc, gcc-patches

On Fri, 30 Aug 2002, Joe Buck wrote:
>> It's http://gcc.gnu.org/onlinedocs/gnat_ug_unx/.  (Or "wnt" instead of
>> "unx" if you're interested in the Win32 version).
> Right, but unlike with the other manuals, there's no link to this manual
> from the http://gcc.gnu.org/onlinedocs/ page.  Any doc that isn't linked
> to probably can't be found.

As nobody else apparently was interested to fix this, I now committed
the patch below.

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.42
diff -u -3 -p -r1.42 index.html
--- index.html	15 Aug 2002 00:09:07 -0000	1.42
+++ index.html	12 Sep 2002 22:14:49 -0000
@@ -133,6 +133,10 @@ existing release.</p>
   <li><a href="http://gcc.gnu.org/onlinedocs/gnat_rm/">GNAT Reference Manual</a> (<a
          href="http://gcc.gnu.org/onlinedocs/gnat_rm.ps.gz">also in
          PostScript</a>)</li>
+  <li><a href="http://gcc.gnu.org/onlinedocs/gnat_ug_unx/">GNAT User's Guide
+       for Unix Platforms</a> (<a
+         href="http://gcc.gnu.org/onlinedocs/gnat_ug_unx.ps.gz">also in
+         PostScript</a>)</li>
   <li><a href="http://gcc.gnu.org/onlinedocs/cpp/">CPP Manual</a> (<a
          href="http://gcc.gnu.org/onlinedocs/cpp.ps.gz">also in
          PostScript</a>)</li>

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

* Re: PATCH for Re: GNAT Users Guide *online* ?
  2002-09-12 15:16     ` PATCH for " Gerald Pfeifer
@ 2002-09-13 21:07       ` Toshitaka Kumano
  2002-09-14  3:19         ` Joseph S. Myers
  0 siblings, 1 reply; 8+ messages in thread
From: Toshitaka Kumano @ 2002-09-13 21:07 UTC (permalink / raw)
  To: gcc; +Cc: Gerald Pfeifer, Joe Buck, Florian Weimer

Gerald Pfeifer wrote:
> 
> On Fri, 30 Aug 2002, Joe Buck wrote:
> >> It's http://gcc.gnu.org/onlinedocs/gnat_ug_unx/.  (Or "wnt" instead of
> >> "unx" if you're interested in the Win32 version).
> > Right, but unlike with the other manuals, there's no link to this manual
> > from the http://gcc.gnu.org/onlinedocs/ page.  Any doc that isn't linked
> > to probably can't be found.
> 
> As nobody else apparently was interested to fix this, I now committed
> the patch below.

Thank you for consideration.

However, I understand the cvs revision 1.1.2.2 of gcc/gcc/gcc/ada/gnat_ug.texi
has tags for "gcc_3_1_release", "gcc_3_1_1_release" and "gcc_3_2_release".

Please create and add, at least
  http://gcc.gnu.org/onlinedocs/gcc-3.2/gnat_ug/
  http://gcc.gnu.org/onlinedocs/gcc-3.1.1/gnat_ug/
as same as other online manuals for "Latest releases".

Excuse me if I understand wrongly.

-- 
Toshitaka Kumano
Kamakura, Japan

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

* Re: PATCH for Re: GNAT Users Guide *online* ?
  2002-09-13 21:07       ` Toshitaka Kumano
@ 2002-09-14  3:19         ` Joseph S. Myers
  0 siblings, 0 replies; 8+ messages in thread
From: Joseph S. Myers @ 2002-09-14  3:19 UTC (permalink / raw)
  To: Toshitaka Kumano; +Cc: gcc, Gerald Pfeifer, Joe Buck, Florian Weimer

On Sat, 14 Sep 2002, Toshitaka Kumano wrote:

> However, I understand the cvs revision 1.1.2.2 of gcc/gcc/gcc/ada/gnat_ug.texi
> has tags for "gcc_3_1_release", "gcc_3_1_1_release" and "gcc_3_2_release".
> 
> Please create and add, at least
>   http://gcc.gnu.org/onlinedocs/gcc-3.2/gnat_ug/
>   http://gcc.gnu.org/onlinedocs/gcc-3.1.1/gnat_ug/
> as same as other online manuals for "Latest releases".

What's relevant is the generated file gnat_ug_unx.texi, which isn't in CVS
for those releases, not the source gnat_ug.texi.

-- 
Joseph S. Myers
jsm28@cam.ac.uk

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

end of thread, other threads:[~2002-09-14  9:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-29 15:19 GNAT Users Guide *online* ? Toshitaka Kumano
2002-08-30 10:02 ` Florian Weimer
2002-08-30 12:17   ` Joe Buck
2002-08-30 16:44     ` Toshitaka Kumano
2002-09-12 15:16     ` PATCH for " Gerald Pfeifer
2002-09-13 21:07       ` Toshitaka Kumano
2002-09-14  3:19         ` Joseph S. Myers
2002-08-30 16:42   ` Toshitaka Kumano

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