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:38:50 UTC

svn commit: r1227612 - in /incubator/accumulo/branches/1.4: ./ docs/src/user_manual/build.sh

Author: ecn
Date: Thu Jan  5 14:38:49 2012
New Revision: 1227612

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

Modified:
    incubator/accumulo/branches/1.4/   (props changed)
    incubator/accumulo/branches/1.4/docs/src/user_manual/build.sh

Propchange: incubator/accumulo/branches/1.4/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jan  5 14:38:49 2012
@@ -1,4 +1,4 @@
-/incubator/accumulo/branches/1.3:1190280,1190413,1190420,1190427,1190500,1195622,1195625,1195629,1195635,1196044,1196054,1196057,1196071-1196072,1196106,1197066,1198935,1199383,1203683,1204625,1205547,1205880,1206169,1208031,1209124,1209526,1209532,1209539,1209541,1209587,1209657,1210518,1210571,1210596,1210598,1213424,1214320,1225006,1227215
+/incubator/accumulo/branches/1.3:1190280,1190413,1190420,1190427,1190500,1195622,1195625,1195629,1195635,1196044,1196054,1196057,1196071-1196072,1196106,1197066,1198935,1199383,1203683,1204625,1205547,1205880,1206169,1208031,1209124,1209526,1209532,1209539,1209541,1209587,1209657,1210518,1210571,1210596,1210598,1213424,1214320,1225006,1227215,1227231,1227611
 /incubator/accumulo/branches/1.3.5rc:1209938
 /incubator/accumulo/branches/1.4:1205476
 /incubator/accumulo/trunk:1205476,1205570,1208726,1222413,1222719,1222733-1222734

Modified: incubator/accumulo/branches/1.4/docs/src/user_manual/build.sh
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/docs/src/user_manual/build.sh?rev=1227612&r1=1227611&r2=1227612&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/docs/src/user_manual/build.sh (original)
+++ incubator/accumulo/branches/1.4/docs/src/user_manual/build.sh Thu Jan  5 14:38:49 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