[svnbook commit] r1112 - in trunk/src/nb: . book

sunny256 at red-bean.com sunny256 at red-bean.com
Thu Feb 24 11:33:26 CST 2005


Author: sunny256
Date: Thu Feb 24 11:33:24 2005
New Revision: 1112

Modified:
   trunk/src/nb/LAST_UPDATED
   trunk/src/nb/Makefile
   trunk/src/nb/book/book.xml
Log:
Norwegian svnbook: Make the necessary changes to Makefile and other files 
after the move to the new repository at http://svn.red-bean.com/svnbook/ .

* src/nb/LAST_UPDATED
  Changed from 12998 to 1067.

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

* src/nb/Makefile
  Changed the $(XSL_FO), $(XSL_HTML), $(XSL_HTML_CHUNK) and $(RUN_FOP) 
  variables. $(COLLAB) now points to the new repository.
  (bookdiff, sync): Changes in the URL to the English version.


Modified: trunk/src/nb/LAST_UPDATED
==============================================================================
--- trunk/src/nb/LAST_UPDATED	(original)
+++ trunk/src/nb/LAST_UPDATED	Thu Feb 24 11:33:24 2005
@@ -1 +1 @@
-12998
+1067

Modified: trunk/src/nb/Makefile
==============================================================================
--- trunk/src/nb/Makefile	(original)
+++ trunk/src/nb/Makefile	Thu Feb 24 11:33:24 2005
@@ -29,11 +29,11 @@
 MDOCS_ALL_SOURCE = $(MDOCS_DIR)/*.xml
 MDOCS_INSTALL_DIR = $(INSTALL_DIR)/misc-docs
 
-XSL_FO = ${BOOK_TOP}/../../book/tools/fo-stylesheet.xsl
-XSL_HTML = $(BOOK_TOP)/../../book/tools/html-stylesheet.xsl
-XSL_HTML_CHUNK = $(BOOK_TOP)/../../book/tools/chunk-stylesheet.xsl
+XSL_FO = ${BOOK_TOP}/../en/tools/fo-stylesheet.xsl
+XSL_HTML = $(BOOK_TOP)/../en/tools/html-stylesheet.xsl
+XSL_HTML_CHUNK = $(BOOK_TOP)/../en/tools/chunk-stylesheet.xsl
 
-RUN_FOP = ${BOOK_TOP}/../../book/tools/bin/run-fop.sh
+RUN_FOP = ${BOOK_TOP}/../en/tools/bin/run-fop.sh
 
 # Book xsltproc options for HTML output
 # Note: --stringparam arguments no longer go here; 
@@ -177,7 +177,7 @@
 
 # Stuff below here is added for building the Norwegian version.
 
-COLLAB=http://svn.collab.net/repos/svn
+COLLAB=http://svn.red-bean.com/svnbook
 
 BUILDTMP_DIR = build.tmp
 BOOKFILES = appa.xml appb.xml appc.xml appd.xml book.xml ch00.xml \
@@ -233,7 +233,7 @@
 
 bookdiff:
 	mkdir $(BDTMP)
-	svn co -N -r`cat LAST_UPDATED` $(COLLAB)/trunk/doc/book/book $(BDTMP)/eng
+	svn co -N -r`cat LAST_UPDATED` $(COLLAB)/trunk/src/en/book $(BDTMP)/eng
 	for _ptd in $(BDFILES); do \
 		cat $(BDTMP)/eng/$$_ptd | bin/clean_files -e >>$(BDTMP)/eng.txt; \
 		cat book/$$_ptd | bin/clean_files -e >>$(BDTMP)/norw.txt; \
@@ -251,7 +251,7 @@
 	@read
 	svnversion . >HEADREV
 	$(MAKE) editmode
-	svn merge -r$$(cat LAST_UPDATED):$$(cat HEADREV) $(COLLAB)/trunk/doc/book .
+	svn merge -r$$(cat LAST_UPDATED):$$(cat HEADREV) $(COLLAB)/trunk/src/en .
 	mv HEADREV LAST_UPDATED
 	rmdir sync.LOCK
 

Modified: trunk/src/nb/book/book.xml
==============================================================================
--- trunk/src/nb/book/book.xml	(original)
+++ trunk/src/nb/book/book.xml	Thu Feb 24 11:33:24 2005
@@ -24,7 +24,7 @@
 <!ENTITY colo     SYSTEM "colo.xml">
 ]>
 @ENGLISH }}} -->
-<!DOCTYPE book SYSTEM "../../../book/tools/dtd/dblite.dtd"
+<!DOCTYPE book SYSTEM "../../en/tools/dtd/dblite.dtd"
 [
 <!ENTITY % vers   SYSTEM "version.xml">
 %vers;



More information about the svnbook-dev mailing list