public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug web/23693] New: Manuals in the  Portable Document Format (PDF)
@ 2005-09-02 11:48 berndtrog at yahoo dot com
  2005-09-02 12:04 ` [Bug other/23693] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: berndtrog at yahoo dot com @ 2005-09-02 11:48 UTC (permalink / raw)
  To: gcc-bugs

Hello!

It would be good to provide PDF manuals for released versions of the gcc.

I've tried "ps2pdf", but it doesn't generate the pdf-booksmarks.

-- 
           Summary: Manuals in the  Portable Document Format (PDF)
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: web
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: berndtrog at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug other/23693] Manuals in the  Portable Document Format (PDF)
  2005-09-02 11:48 [Bug web/23693] New: Manuals in the Portable Document Format (PDF) berndtrog at yahoo dot com
@ 2005-09-02 12:04 ` pinskia at gcc dot gnu dot org
  2005-09-02 12:16 ` berndtrog at yahoo dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-02 12:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-02 12:04 -------
I don't understand why you would want this ps is more portable than PDF is.

Anyways ps2pdf would be used to generate them anyways so it does not matter as you generated them 
already.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|web                         |other


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


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

* [Bug other/23693] Manuals in the  Portable Document Format (PDF)
  2005-09-02 11:48 [Bug web/23693] New: Manuals in the Portable Document Format (PDF) berndtrog at yahoo dot com
  2005-09-02 12:04 ` [Bug other/23693] " pinskia at gcc dot gnu dot org
@ 2005-09-02 12:16 ` berndtrog at yahoo dot com
  2005-09-02 12:33 ` gdr at integrable-solutions dot net
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: berndtrog at yahoo dot com @ 2005-09-02 12:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From berndtrog at yahoo dot com  2005-09-02 12:16 -------
(In reply to comment #1)
> I don't understand why you would want this ps is more portable than PDF is.

Am I the only one who finds pdf manuals (w/ bookmarks) much more convenient than
ps or html?


> Anyways ps2pdf would be used to generate them anyways so it does not matter as 
> you generated them already.

Isn't there a direct way to generate nice looking pfds from the source format?


Thanks,
Bernd

-- 


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


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

* [Bug other/23693] Manuals in the  Portable Document Format (PDF)
  2005-09-02 11:48 [Bug web/23693] New: Manuals in the Portable Document Format (PDF) berndtrog at yahoo dot com
  2005-09-02 12:04 ` [Bug other/23693] " pinskia at gcc dot gnu dot org
  2005-09-02 12:16 ` berndtrog at yahoo dot com
@ 2005-09-02 12:33 ` gdr at integrable-solutions dot net
  2005-09-02 12:41 ` joseph at codesourcery dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: gdr at integrable-solutions dot net @ 2005-09-02 12:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at integrable-solutions dot net  2005-09-02 12:32 -------
Subject: Re:  Manuals in the  Portable Document Format (PDF)

"berndtrog at yahoo dot com" <gcc-bugzilla@gcc.gnu.org> writes:

| (In reply to comment #1)
| > I don't understand why you would want this ps is more portable than PDF is.
| 
| Am I the only one who finds pdf manuals (w/ bookmarks) much more
| convenient than ps or html?

No.

-- Gaby


-- 


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


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

* [Bug other/23693] Manuals in the  Portable Document Format (PDF)
  2005-09-02 11:48 [Bug web/23693] New: Manuals in the Portable Document Format (PDF) berndtrog at yahoo dot com
                   ` (2 preceding siblings ...)
  2005-09-02 12:33 ` gdr at integrable-solutions dot net
@ 2005-09-02 12:41 ` joseph at codesourcery dot com
  2005-09-02 14:29 ` berndtrog at yahoo dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: joseph at codesourcery dot com @ 2005-09-02 12:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From joseph at codesourcery dot com  2005-09-02 12:41 -------
Subject: Re:  Manuals in the  Portable Document Format (PDF)

On Fri, 2 Sep 2005, pinskia at gcc dot gnu dot org wrote:

> Anyways ps2pdf would be used to generate them anyways so it does not 
> matter as you generated them already.

texi2pdf (= texi2dvi --pdf) uses pdftex to generate PDF directly and 
texinfo.tex has conditional code to generate PDF files with internal links 
etc. when generating PDF.



-- 


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


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

* [Bug other/23693] Manuals in the  Portable Document Format (PDF)
  2005-09-02 11:48 [Bug web/23693] New: Manuals in the Portable Document Format (PDF) berndtrog at yahoo dot com
                   ` (3 preceding siblings ...)
  2005-09-02 12:41 ` joseph at codesourcery dot com
@ 2005-09-02 14:29 ` berndtrog at yahoo dot com
  2005-09-30 22:06 ` cvs-commit at gcc dot gnu dot org
  2005-09-30 22:53 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: berndtrog at yahoo dot com @ 2005-09-02 14:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From berndtrog at yahoo dot com  2005-09-02 14:29 -------
(In reply to comment #4)

> texi2pdf (= texi2dvi --pdf) uses pdftex to generate PDF directly and 
> texinfo.tex has conditional code to generate PDF files with internal links 
> etc. when generating PDF.

Thanks for the hint, Joseph.

I tested this with pdfeTeXk, Version 3.14159-1.10b-2.1 (Web2C 7.4.5),
and I now have a nice looking gcc.pdf w/ bookmarks (after adding the appropriate
include paths (using "-I") to the texi2pdf command).


Can the PDF files somehow be generated automaticaly?


Thanks,
Bernd

-- 


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


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

* [Bug other/23693] Manuals in the  Portable Document Format (PDF)
  2005-09-02 11:48 [Bug web/23693] New: Manuals in the Portable Document Format (PDF) berndtrog at yahoo dot com
                   ` (4 preceding siblings ...)
  2005-09-02 14:29 ` berndtrog at yahoo dot com
@ 2005-09-30 22:06 ` cvs-commit at gcc dot gnu dot org
  2005-09-30 22:53 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-09-30 22:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-09-30 22:06 -------
Subject: Bug 23693

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	jsm28@gcc.gnu.org	2005-09-30 22:06:07

Modified files:
	maintainer-scripts: ChangeLog update_web_docs 

Log message:
	PR other/23693
	* update_web_docs: Add PDF support.  Correct check of DEV-PHASE.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/maintainer-scripts/ChangeLog.diff?cvsroot=gcc&r1=1.124&r2=1.125
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/maintainer-scripts/update_web_docs.diff?cvsroot=gcc&r1=1.25&r2=1.26



-- 


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


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

* [Bug other/23693] Manuals in the  Portable Document Format (PDF)
  2005-09-02 11:48 [Bug web/23693] New: Manuals in the Portable Document Format (PDF) berndtrog at yahoo dot com
                   ` (5 preceding siblings ...)
  2005-09-30 22:06 ` cvs-commit at gcc dot gnu dot org
@ 2005-09-30 22:53 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-30 22:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-30 22:53 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2005-09-30 22:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-02 11:48 [Bug web/23693] New: Manuals in the Portable Document Format (PDF) berndtrog at yahoo dot com
2005-09-02 12:04 ` [Bug other/23693] " pinskia at gcc dot gnu dot org
2005-09-02 12:16 ` berndtrog at yahoo dot com
2005-09-02 12:33 ` gdr at integrable-solutions dot net
2005-09-02 12:41 ` joseph at codesourcery dot com
2005-09-02 14:29 ` berndtrog at yahoo dot com
2005-09-30 22:06 ` cvs-commit at gcc dot gnu dot org
2005-09-30 22:53 ` pinskia 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).