[GRASS-dev] [GRASS GIS] #685: make htmldocs fails with "cannot stat
`gisliblib.dox': No such file or directory"
GRASS GIS
trac at osgeo.org
Wed Jul 15 05:28:44 EDT 2009
#685: make htmldocs fails with "cannot stat `gisliblib.dox': No such file or
directory"
--------------------------------------+-------------------------------------
Reporter: mlennert | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Compiling | Version: svn-trunk
Keywords: doxygen lib/gis Makefile | Platform: Unspecified
Cpu: Unspecified |
--------------------------------------+-------------------------------------
Running make htmldocs fails as follows:
{{{
Generating file member index...
HTML reference in directory ./html/index.html
make[1]: Leaving directory `/home/mlennert/SRC/GRASS/grass_trunk/lib/g3d'
(cd lib/gis/ ; make cleandocs ; make htmldocs)
make[1]: Entering directory `/home/mlennert/SRC/GRASS/grass_trunk/lib/gis'
rm -rf ./latex ./html
make[1]: Leaving directory `/home/mlennert/SRC/GRASS/grass_trunk/lib/gis'
make[1]: Entering directory `/home/mlennert/SRC/GRASS/grass_trunk/lib/gis'
rm -rf ./latex ./html
mv: cannot stat `gisliblib.dox': No such file or directory
make[1]: *** [htmldocs] Error 1
make[1]: Leaving directory `/home/mlennert/SRC/GRASS/grass_trunk/lib/gis'
make: *** [htmldocs] Error 2
}}}
This is due to a change introduced in r38003 in trunk:
(in lib/gis/Makefile)
-DOXNAME=gis
+DOXNAME=gislib
Is there any reason for this change ?
Moritz
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/685>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list