From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: insight@sources.redhat.com Subject: generated web pages Date: Fri, 30 Nov 2001 17:38:00 -0000 Message-ID: <3C08348F.8030009@cygnus.com> X-SW-Source: 2001-q4/msg00372.html Message-ID: <20011130173800.yArnv1cepgCPq7dw2LhYx0efXkYfrPt1jye1PVIx7vM@z> Hello, I took the liberty of adding the generation of the pages: http://sources.redhat.com/insight/ari/ http://sources.redhat.com/insight/onlinedocs/ to the nightly snapshot process. ari: This just runs over the sources looking for random coding convention related things. Ranging from use of a deprecated function (xfree() vs FREEIF()) through to the truely silly (number of goto's). onlinedocs: Well it did something. The process is pretty simple: o cd gdb/doc && make html o cp *.html .../onlinedocs/ o generate indexh.html One problem, I suspect, is that the snapshot process currently assumes that it can override .../onlinedocs/indexh.html with a generated table. Looks like one of the insight pages is called index.html so that is being trashed. Another problem looks to be the lack of pictures. Andrew