[GRASS-SVN] r51911 - grass/trunk/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 31 07:56:43 PDT 2012
Author: martinl
Date: 2012-05-31 07:56:42 -0700 (Thu, 31 May 2012)
New Revision: 51911
Modified:
grass/trunk/include/Make/Doxygen.make
Log:
dcheckdoxygen: check also for graphviz/dot
Modified: grass/trunk/include/Make/Doxygen.make
===================================================================
--- grass/trunk/include/Make/Doxygen.make 2012-05-31 14:51:31 UTC (rev 51910)
+++ grass/trunk/include/Make/Doxygen.make 2012-05-31 14:56:42 UTC (rev 51911)
@@ -6,6 +6,7 @@
#check for program
checkdoxygen:
@(type doxygen > /dev/null || (echo "ERROR: Install 'doxygen' software first (get from http://www.doxygen.org)" && exit 1))
+ @(type dot > /dev/null || (echo "ERROR: Install 'Graphviz/dot' software first" && exit 1))
# generate docs as single HTML document:
htmldox-single: checkdoxygen cleandox
More information about the grass-commit
mailing list