Converted Getting Started

Peter Savage petesavage at ubuntu.com
Tue May 23 08:52:22 UTC 2006


Hi all,
Have added the getting started page to the edubuntu section in the svn repo,
as per ogra's request.  I've edited the makefile, and included a patch but
please check this as it is not my speciality.  There is also one link in the
text which I am uncertain as to it's final location, I will provide a patch
for this ASAP.   Here is a link to the images and xml files
http://www.progbox.co.uk/wordpress/wp-content/uploads/2006/05/GettingStarted.tar.gz
Hope it's all ok

-- 
Pete Savage - cbx33::silentk
wiki.ubuntu.com/PeteSavage
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-doc/attachments/20060523/cb8626c9/attachment.html>
-------------- next part --------------
--- Makefile	2006-05-23 09:27:20.000000000 +0100
+++ Makefile.new	2006-05-23 09:20:10.000000000 +0100
@@ -35,9 +35,11 @@
 
 ESABASE=../build/edubuntu/school-advocacy/
 
+GSBASE=../build/edubuntu/getting-started/
+
 IMAGES=../build/edubuntu/images/
 
-all: ae rn esa
+all: ae rn esa gs
 
 	# copy style sheet to build directory
 	cp default.css $(BASE)
@@ -116,3 +118,25 @@
 	
 	@echo "--- Complete. Find outputs at" $(ESABASE)
 
+gs:
+	@echo "--- Building the Getting Started Document . . ."
+	
+	xsltproc --xinclude -o $(GSBASE)C/getting-started.html $(NWDBXSL) GettingStarted/C/getting-started.xml
+	
+	mkdir -p $(IMAGES)C
+	
+	cp -r GettingStarted/C/images/*.* $(IMAGES)C
+	
+	mkdir -p $(IMAGES)admon
+	cp -r ../common/admon/*.* $(IMAGES)admon
+	
+	mkdir -p $(IMAGES)callouts
+	cp -r ../common/callouts/*.* $(IMAGES)callouts
+	
+	mkdir -p $(IMAGES)navig
+	cp -r ../common/navig/*.* $(IMAGES)navig
+	
+	cp default.css $(GSBASE)
+	
+	@echo "--- Complete. Find outputs at" $(GSBASE)
+



More information about the ubuntu-doc mailing list