[Dart-dev] [7257] DART/trunk/doc/doxygen/gendocs: our doc directory is singular; fix the destination dir

nancy at ucar.edu nancy at ucar.edu
Thu Nov 13 14:22:04 MST 2014


Revision: 7257
Author:   nancy
Date:     2014-11-13 14:22:03 -0700 (Thu, 13 Nov 2014)
Log Message:
-----------
our doc directory is singular; fix the destination dir
to be 'doc' and not 'docs'.

Modified Paths:
--------------
    DART/trunk/doc/doxygen/gendocs

-------------- next part --------------
Modified: DART/trunk/doc/doxygen/gendocs
===================================================================
--- DART/trunk/doc/doxygen/gendocs	2014-11-13 21:21:18 UTC (rev 7256)
+++ DART/trunk/doc/doxygen/gendocs	2014-11-13 21:22:03 UTC (rev 7257)
@@ -23,7 +23,7 @@
 umodel=`echo $model | tr '[a-z]' '[A-Z]' `
 toppath=`cd ../../../; pwd`
 
-destdir=$toppath/docs/doxygen/$model
+destdir=$toppath/doc/doxygen/$model
 
 echo Generating documentation for all executables in the current directory
 echo for the model ${model}.   All html files will be located under the directory


More information about the Dart-dev mailing list