[svnbook commit] r1149 - trunk/src/tools/bin

sunny256 at red-bean.com sunny256 at red-bean.com
Sat Mar 5 05:03:49 CST 2005


Author: sunny256
Date: Sat Mar  5 05:03:47 2005
New Revision: 1149

Modified:
   trunk/src/tools/bin/run-fop.sh
Log:
Follow-up from r1116: Repair the PDF build after the tools/ dir was 
moved up one directory level.

* src/tools/bin/run-fop.sh
  Update the DESPERATION_FOP_DIR variable.


Modified: trunk/src/tools/bin/run-fop.sh
==============================================================================
--- trunk/src/tools/bin/run-fop.sh	(original)
+++ trunk/src/tools/bin/run-fop.sh	Sat Mar  5 05:03:47 2005
@@ -23,7 +23,7 @@
 fi
 
 # The fop of last resort.
-DESPERATION_FOP_DIR=${BOOK_TOP}/tools/fop
+DESPERATION_FOP_DIR=${BOOK_TOP}/../tools/fop
 DESPERATION_FOP_PGM=${DESPERATION_FOP_DIR}/fop.sh
 
 if [ "${FOP_HOME}X" = X ]; then



More information about the svnbook-dev mailing list