[svnbook commit] r1116 - in trunk/src: en en/book en/tools tools

sunny256 at red-bean.com sunny256 at red-bean.com
Thu Feb 24 19:50:45 CST 2005


Author: sunny256
Date: Thu Feb 24 19:50:44 2005
New Revision: 1116

Added:
   trunk/src/tools/
      - copied from r1115, trunk/src/en/tools/
Removed:
   trunk/src/en/tools/
Modified:
   trunk/src/en/Makefile
   trunk/src/en/book/book.xml
Log:
Move the tools dir from en/tools up one directory level.

* src/en/tools/
  Moved from here...

* src/tools/
  ...to here.

* src/en/Makefile
  (New variable): TOOLS_DIR
  (Changed variables): XSL_FO, XSL_HTML, XSL_HTML_CHUNK, RUN_FOP

* src/en/book/book.xml
  Changed path to dblite.dtd .


Modified: trunk/src/en/Makefile
==============================================================================
--- trunk/src/en/Makefile	(original)
+++ trunk/src/en/Makefile	Thu Feb 24 19:50:44 2005
@@ -7,6 +7,7 @@
 SVNVERSION = svnversion
 
 BOOK_TOP = .
+TOOLS_DIR = ../tools
 BOOK_HTML_CHUNK_DIR = $(BOOK_DIR)/html-chunk
 BOOK_DIR = ${BOOK_TOP}/book
 BOOK_HTML_TARGET = $(BOOK_DIR)/svn-book.html
@@ -20,15 +21,15 @@
 BOOK_IMAGES = $(BOOK_DIR)/images/*.png
 BOOK_INSTALL_DIR = $(INSTALL_DIR)/book
 
-XSL_FO = ${BOOK_TOP}/tools/fo-stylesheet.xsl
-XSL_HTML = $(BOOK_TOP)/tools/html-stylesheet.xsl
-XSL_HTML_CHUNK = $(BOOK_TOP)/tools/chunk-stylesheet.xsl
+XSL_FO = $(TOOLS_DIR)/fo-stylesheet.xsl
+XSL_HTML = $(TOOLS_DIR)/html-stylesheet.xsl
+XSL_HTML_CHUNK = $(TOOLS_DIR)/chunk-stylesheet.xsl
 
-RUN_FOP = ${BOOK_TOP}/tools/bin/run-fop.sh
+RUN_FOP = $(TOOLS_DIR)/bin/run-fop.sh
 
 # Book xsltproc options for HTML output
 # Note: --stringparam arguments no longer go here; 
-# see tools/html-stylesheet.xsl and tools/chunk-stylesheet.xsl
+# see ../tools/html-stylesheet.xsl and ../tools/chunk-stylesheet.xsl
 BOOK_HTML_XSLTPROC_OPTS = 
 
 # Book xsltproc options for PDF and PostScript output

Modified: trunk/src/en/book/book.xml
==============================================================================
--- trunk/src/en/book/book.xml	(original)
+++ trunk/src/en/book/book.xml	Thu Feb 24 19:50:44 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!DOCTYPE book SYSTEM "../tools/dtd/dblite.dtd"
+<!DOCTYPE book SYSTEM "../../tools/dtd/dblite.dtd"
 [
 <!ENTITY % vers   SYSTEM "version.xml">
 %vers;



More information about the svnbook-dev mailing list