Re: *ping* Re: [PATCH, wwwdocs] Fix PR 50642

2016-09-04 Thread Gerald Pfeifer
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;

Re: *ping* Re: [PATCH, wwwdocs] Fix PR 50642

2016-09-04 Thread Gerald Pfeifer
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 &

*ping* Re: [PATCH, wwwdocs] Fix PR 50642

2013-05-21 Thread Shakthi Kannan
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

Re: [PATCH, wwwdocs] Fix PR 50642

2013-05-06 Thread Shakthi Kannan
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/

Re: [PATCH, wwwdocs] Fix PR 50642

2013-04-30 Thread Joseph S. Myers
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

Re: [PATCH, wwwdocs] Fix PR 50642

2013-04-30 Thread Shakthi Kannan
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

Re: [PATCH, wwwdocs] Fix PR 50642

2013-04-30 Thread Joseph S. Myers
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