public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/102663] New: add an install-dvi Makefile target to the toplevel Makefile and all subdirectories
@ 2021-10-09 14:18 egallager at gcc dot gnu.org
  2021-10-11 10:42 ` [Bug other/102663] " marxin at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: egallager at gcc dot gnu.org @ 2021-10-09 14:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102663

            Bug ID: 102663
           Summary: add an install-dvi Makefile target to the toplevel
                    Makefile and all subdirectories
           Product: gcc
           Version: 12.0
               URL: https://gcc.gnu.org/legacy-ml/gcc-patches/2016-10/msg0
                    0380.html
            Status: UNCONFIRMED
          Keywords: documentation, patch
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: egallager at gcc dot gnu.org
  Target Milestone: ---

Some subdirectories have dvi targets that allow building of dvi-formatted
documentation, but they don't have install-dvi targets, meaning the dvi files
have to be copied to the docdir manually. I had a patch for this at one point,
but it never got reviewed, and I'm not sure if it applies any longer:
https://gcc.gnu.org/legacy-ml/gcc-patches/2016-10/msg00380.html

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

* [Bug other/102663] add an install-dvi Makefile target to the toplevel Makefile and all subdirectories
  2021-10-09 14:18 [Bug other/102663] New: add an install-dvi Makefile target to the toplevel Makefile and all subdirectories egallager at gcc dot gnu.org
@ 2021-10-11 10:42 ` marxin at gcc dot gnu.org
  2021-10-14 16:28 ` law at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-10-11 10:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102663

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
                 CC|                            |marxin at gcc dot gnu.org
   Last reconfirmed|                            |2021-10-11
           Assignee|unassigned at gcc dot gnu.org      |marxin at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
I can theoretically remove all these once we'll start using Sphinx.

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

* [Bug other/102663] add an install-dvi Makefile target to the toplevel Makefile and all subdirectories
  2021-10-09 14:18 [Bug other/102663] New: add an install-dvi Makefile target to the toplevel Makefile and all subdirectories egallager at gcc dot gnu.org
  2021-10-11 10:42 ` [Bug other/102663] " marxin at gcc dot gnu.org
@ 2021-10-14 16:28 ` law at gcc dot gnu.org
  2021-10-15  8:16 ` marxin at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: law at gcc dot gnu.org @ 2021-10-14 16:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102663

Jeffrey A. Law <law at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |law at gcc dot gnu.org

--- Comment #2 from Jeffrey A. Law <law at gcc dot gnu.org> ---
So that begs the question, do we want to install the patch or wait for the move
to sphinx?

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

* [Bug other/102663] add an install-dvi Makefile target to the toplevel Makefile and all subdirectories
  2021-10-09 14:18 [Bug other/102663] New: add an install-dvi Makefile target to the toplevel Makefile and all subdirectories egallager at gcc dot gnu.org
  2021-10-11 10:42 ` [Bug other/102663] " marxin at gcc dot gnu.org
  2021-10-14 16:28 ` law at gcc dot gnu.org
@ 2021-10-15  8:16 ` marxin at gcc dot gnu.org
  2021-10-16  4:40 ` egallager at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-10-15  8:16 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102663

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
I would install the patch for now.

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

* [Bug other/102663] add an install-dvi Makefile target to the toplevel Makefile and all subdirectories
  2021-10-09 14:18 [Bug other/102663] New: add an install-dvi Makefile target to the toplevel Makefile and all subdirectories egallager at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-10-15  8:16 ` marxin at gcc dot gnu.org
@ 2021-10-16  4:40 ` egallager at gcc dot gnu.org
  2021-10-19  1:33 ` egallager at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: egallager at gcc dot gnu.org @ 2021-10-16  4:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102663

--- Comment #4 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Martin Liška from comment #3)
> I would install the patch for now.

OK, I'll need to regenerate it and re-test it first...

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

* [Bug other/102663] add an install-dvi Makefile target to the toplevel Makefile and all subdirectories
  2021-10-09 14:18 [Bug other/102663] New: add an install-dvi Makefile target to the toplevel Makefile and all subdirectories egallager at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-10-16  4:40 ` egallager at gcc dot gnu.org
@ 2021-10-19  1:33 ` egallager at gcc dot gnu.org
  2021-10-22 22:43 ` cvs-commit at gcc dot gnu.org
  2021-10-22 22:47 ` egallager at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: egallager at gcc dot gnu.org @ 2021-10-19  1:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102663

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|https://gcc.gnu.org/legacy- |https://gcc.gnu.org/piperma
                   |ml/gcc-patches/2016-10/msg0 |il/gcc-patches/2021-October
                   |0380.html                   |/581960.html
           Assignee|marxin at gcc dot gnu.org          |egallager at gcc dot gnu.org

--- Comment #5 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Eric Gallager from comment #4)
> (In reply to Martin Liška from comment #3)
> > I would install the patch for now.
> 
> OK, I'll need to regenerate it and re-test it first...

OK, regenerated and re-tested; new patch is here:
https://gcc.gnu.org/pipermail/gcc-patches/2021-October/581960.html
I'm going to self-assign this since I've been working on it.

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

* [Bug other/102663] add an install-dvi Makefile target to the toplevel Makefile and all subdirectories
  2021-10-09 14:18 [Bug other/102663] New: add an install-dvi Makefile target to the toplevel Makefile and all subdirectories egallager at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2021-10-19  1:33 ` egallager at gcc dot gnu.org
@ 2021-10-22 22:43 ` cvs-commit at gcc dot gnu.org
  2021-10-22 22:47 ` egallager at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-10-22 22:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102663

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Eric Gallager <egallager@gcc.gnu.org>:

https://gcc.gnu.org/g:c3e80a16af287e804b87b8015307085399755cd4

commit r12-4636-gc3e80a16af287e804b87b8015307085399755cd4
Author: Eric Gallager <egallager@gcc.gnu.org>
Date:   Fri Oct 22 15:24:15 2021 -0700

    Add install-dvi Makefile targets.

    Closes #102663

    ChangeLog:

            PR other/102663
            * Makefile.def: Handle install-dvi target.
            * Makefile.tpl: Likewise.
            * Makefile.in: Regenerate.

    c++tools/ChangeLog:

            PR other/102663
            * Makefile.in: Add dummy install-dvi target.

    gcc/ChangeLog:

            PR other/102663
            * Makefile.in: Handle dvidir and install-dvi target.
            * configure: Regenerate.
            * configure.ac: Add install-dvi to target_list.

    gcc/ada/ChangeLog:

            PR other/102663
            * gcc-interface/Make-lang.in: Allow dvi-formatted
            documentation to be installed.

    gcc/c/ChangeLog:

            PR other/102663
            * Make-lang.in: Add dummy c.install-dvi target.

    gcc/cp/ChangeLog:

            PR other/102663
            * Make-lang.in: Add dummy c++.install-dvi target.

    gcc/d/ChangeLog:

            PR other/102663
            * Make-lang.in: Allow dvi-formatted documentation
            to be installed.

    gcc/fortran/ChangeLog:

            PR other/102663
            * Make-lang.in: Allow dvi-formatted documentation
            to be installed.

    gcc/lto/ChangeLog:

            PR other/102663
            * Make-lang.in: Add dummy lto.install-dvi target.

    gcc/objc/ChangeLog:

            PR other/102663
            * Make-lang.in: Add dummy objc.install-dvi target.

    gcc/objcp/ChangeLog:

            PR other/102663
            * Make-lang.in: Add dummy objc++.install-dvi target.

    gnattools/ChangeLog:

            PR other/102663
            * Makefile.in: Add dummy install-dvi target.

    libada/ChangeLog:

            PR other/102663
            * Makefile.in: Add dummy install-dvi target.

    libcpp/ChangeLog:

            PR other/102663
            * Makefile.in: Add dummy install-dvi target.

    libdecnumber/ChangeLog:

            PR other/102663
            * Makefile.in: Add dummy install-dvi target.

    libiberty/ChangeLog:

            PR other/102663
            * Makefile.in: Allow dvi-formatted documentation
            to be installed.

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

* [Bug other/102663] add an install-dvi Makefile target to the toplevel Makefile and all subdirectories
  2021-10-09 14:18 [Bug other/102663] New: add an install-dvi Makefile target to the toplevel Makefile and all subdirectories egallager at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2021-10-22 22:43 ` cvs-commit at gcc dot gnu.org
@ 2021-10-22 22:47 ` egallager at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: egallager at gcc dot gnu.org @ 2021-10-22 22:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102663

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=46986

--- Comment #7 from Eric Gallager <egallager at gcc dot gnu.org> ---
Fixed (for the most part; I couldn't test go due to 46986, and jit will have to
be re-checked after 102824 is fixed, but other than that it's good enough.)

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

end of thread, other threads:[~2021-10-22 22:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-09 14:18 [Bug other/102663] New: add an install-dvi Makefile target to the toplevel Makefile and all subdirectories egallager at gcc dot gnu.org
2021-10-11 10:42 ` [Bug other/102663] " marxin at gcc dot gnu.org
2021-10-14 16:28 ` law at gcc dot gnu.org
2021-10-15  8:16 ` marxin at gcc dot gnu.org
2021-10-16  4:40 ` egallager at gcc dot gnu.org
2021-10-19  1:33 ` egallager at gcc dot gnu.org
2021-10-22 22:43 ` cvs-commit at gcc dot gnu.org
2021-10-22 22:47 ` egallager at gcc dot gnu.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).