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

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


Author: rcurtin
Date: 2012-02-01 17:13:42 -0500 (Wed, 01 Feb 2012)
New Revision: 11337

Modified:
   mlpack/trunk/CMake/allexec2man.sh
Log:
Force gzip compression; make sure it is not interactive.


Modified: mlpack/trunk/CMake/allexec2man.sh
===================================================================
--- mlpack/trunk/CMake/allexec2man.sh	2012-02-01 22:03:38 UTC (rev 11336)
+++ mlpack/trunk/CMake/allexec2man.sh	2012-02-01 22:13:42 UTC (rev 11337)
@@ -18,5 +18,5 @@
                 sed 's|^./||'`; do
   echo "Generating man page for $program...";
   $1 $program $outdir/$program.1
-  gzip $outdir/$program.1
+  gzip -f $outdir/$program.1
 done




More information about the mlpack-svn mailing list