On Sun, 4 Sep 2016, Gerald Pfeifer wrote:
> With the patch below I follow a slightly different approach,
> referring to the global CSS we already have in place now instead.
> That also allows tweaking this more dynamically.
>
> I'll be looking into the actual style change next.
And here we go;
tml
texi2dvi $includes -o ${file}.dvi ${filename} /dev/null &&
dvips -o ${file}.ps ${file}.dvi
texi2pdf $includes -o ${file}.pdf ${filename} - Original Message -
> From: "Shakthi Kannan"
> To: "Joseph S. Myers"
> Cc: gcc-patches@gcc.gnu.org
&
Hi,
Is the following patch okay for trunk?
SK
- Original Message -
From: "Shakthi Kannan"
To: "Joseph S. Myers"
Cc: gcc-patches@gcc.gnu.org
Sent: Monday, May 6, 2013 4:00:06 PM
Subject: Re: [PATCH, wwwdocs] Fix PR 50642
Hi,
I am re-submitting the patch to u
Hi,
I am re-submitting the patch to use html.css from the update_web_docs_svn
script present in the maintainer-scripts folder. The smallexample attributes
are defined to use a medium font size with a light blue background for
readability and clarity.
2013-05-06 Shakthi Kannan
PR wwwdocs/
On Tue, 30 Apr 2013, Shakthi Kannan wrote:
> Hi,
>
> - Original Message -
> | From: "Joseph S. Myers"
> |
> | onlinedocs copies of manuals are generated by
> | maintainer-scripts/update_web_docs_svn, which doesn't use any makefiles.
> \--
>
> Could you please list the pre-requisite ste
Hi,
- Original Message -
| From: "Joseph S. Myers"
|
| onlinedocs copies of manuals are generated by
| maintainer-scripts/update_web_docs_svn, which doesn't use any makefiles.
\--
Could you please list the pre-requisite steps needed to run the above?
I had used "configure; make; make h
On Tue, 30 Apr 2013, Shakthi Kannan wrote:
> The following patch overrides the default @smallexample attributes
> defined by makeinfo. It includes a html.css file where the smallexample
> attributes are defined to use a medium font size with a light blue
> background for readability and clarity