You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2012/01/05 15:36:22 UTC

svn commit: r1227611 - /incubator/accumulo/branches/1.3/docs/src/user_manual/build.sh

Author: ecn
Date: Thu Jan  5 14:36:21 2012
New Revision: 1227611

URL: http://svn.apache.org/viewvc?rev=1227611&view=rev
Log:
ACCUMULO-247 add clue to install pdflatex

Modified:
    incubator/accumulo/branches/1.3/docs/src/user_manual/build.sh

Modified: incubator/accumulo/branches/1.3/docs/src/user_manual/build.sh
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/docs/src/user_manual/build.sh?rev=1227611&r1=1227610&r2=1227611&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/docs/src/user_manual/build.sh (original)
+++ incubator/accumulo/branches/1.3/docs/src/user_manual/build.sh Thu Jan  5 14:36:21 2012
@@ -21,6 +21,7 @@ bin=`cd "$bin"; pwd`
 cd $bin
 
 if [ `which pdflatex | wc -l` -eq 0 ]; then
+  echo 'Missing pdflatex command. Please install.' 1>&2
   exit 0;
 fi