[mlpack-svn] r11336 - mlpack/trunk/CMake

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Feb 1 17:03:38 EST 2012


Author: rcurtin
Date: 2012-02-01 17:03:38 -0500 (Wed, 01 Feb 2012)
New Revision: 11336

Modified:
   mlpack/trunk/CMake/allexec2man.sh
Log:
Make the directory if it doesn't exist.


Modified: mlpack/trunk/CMake/allexec2man.sh
===================================================================
--- mlpack/trunk/CMake/allexec2man.sh	2012-02-01 22:01:42 UTC (rev 11335)
+++ mlpack/trunk/CMake/allexec2man.sh	2012-02-01 22:03:38 UTC (rev 11336)
@@ -11,6 +11,7 @@
 exec2man=$1
 outdir=$2
 
+mkdir -p $outdir
 for program in `find . -perm /u=x,g=x,o=x | \
                 grep -v '[.]$' | \
                 grep -v '_test$' | \




More information about the mlpack-svn mailing list