Ciao Luigi, (concerning "missing" HTML files in grass-6.2.2 cygwin)
On Mon, Sep 03, 2007 at 10:02:10PM +0200, Luigi Ponti wrote: > Hi Markus, > > Here's a list of names that are present only in > C:\cygwin\usr\local\grass6.1.cvs\docs\html folder and not in the > C:\cygwin\usr\local\grass-6.2.2\docs\html folder: > > index.html > full_index.html ... indeed, not there (apparently tools/build_html_index.sh failed?) > d.out.png.html should be there: -rw-r--r-- glynn/None 985 2007-07-17 18:46:42 usr/local/grass-6.2.2/docs/html/d.out.png.html These: > dbf.html > database.html > display.html > general.html > imagery.html > misc.html > paint.html > photo.html > postscript.html > raster.html > raster3D.html > vector.html ... do not exist in 6.2.x (I had added them in 6.3-CVS). > grassdocs.css ... missing, looks like tools/build_html_index.sh error > modcats.html > modcolr.html > modhead.html > modhist.html Looks like a Makefile bug: tar tvfj grass-6.2.2-1.cygwin.tar.bz2 | grep exe.html tar: Record size = 8 blocks -rw-r--r-- glynn/None 552 2007-07-17 18:43:41 usr/local/grass-6.2.2/docs/html/modcats.exe.html -rw-r--r-- glynn/None 552 2007-07-17 18:43:42 usr/local/grass-6.2.2/docs/html/modcolr.exe.html -rw-r--r-- glynn/None 552 2007-07-17 18:43:46 usr/local/grass-6.2.2/docs/html/modhead.exe.html -rw-r--r-- glynn/None 552 2007-07-17 18:43:43 usr/local/grass-6.2.2/docs/html/modhist.exe.html as the .exe extension wasn't removed. No idea. > odbc.html The package wasn't compiled with ODBC support (it would be grass-odbc.html in any case). > p.out.vrml.html should be there: -rw-r--r-- glynn/None 3430 2007-07-17 18:40:00 usr/local/grass-6.2.2/docs/html/r.out.vrml.html > pg.html should be there: -rw-r--r-- glynn/None 3275 2007-07-17 18:34:57 usr/local/grass-6.2.2/docs/html/grass-pg.html > pg.postgisdb.html > postGRASS.html ... both deprecated. SUMMARY: broken, apprently due to tools/build_html_index.sh error: > index.html > full_index.html > grassdocs.css .exe not removed (Makefile bug?): > modcats.html > modcolr.html > modhead.html > modhist.html Since I don't have Cygwin, I cannot test much. Markus ------------------ ITC -> dall'1 marzo 2007 Fondazione Bruno Kessler ITC -> since 1 March 2007 Fondazione Bruno Kessler ------------------ _______________________________________________ grassuser mailing list [email protected] http://grass.itc.it/mailman/listinfo/grassuser

