kubuntu: merging -web and -html Makefile entries

Bhuvaneswaran bhuvaneswaran at gmail.com
Thu Nov 24 04:27:07 UTC 2005


Hello,

As discussed with Riddell, i've merged -web and -html Makefile entries
for kubuntu quickguide. I've used KDE default stylesheet. If it sounds
correct, we can do this change for all other documents. Herewith, i'm
attaching the patch. Please verify and apply.

--
Regards,
Bhuvaneswaran
www.symonds.net/~bhuvan/
-------------- next part --------------
Index: Makefile
===================================================================
--- Makefile	(revision 2111)
+++ Makefile	(working copy)
@@ -27,7 +27,7 @@
 KDEXSL=/usr/share/apps/ksgmltools2/customization/kde-chunk.xsl
 
 # taken from ktown, include paths altered
-KDEWEBXSL=libs/kde-chunk-online.xsl
+KDEWEBXSL=/usr/share/apps/ksgmltools2/customization/kde-chunk-online.xsl
 
 # Makes an Image list text file
 MKIMGLST=../libs/imagelist.xsl
@@ -207,6 +207,9 @@
 	mkdir -p $(KQGBASE)C/
 	cd $(KQGBASE)C/ && meinproc ../../../../kubuntu/quickguide/C/quickguide.xml
 
+	mkdir -p $(KQGBASEWEB)C/
+	cd $(KQGBASEWEB)C/ && meinproc --stylesheet=$(KDEWEBXSL) ../../../../kubuntu/quickguide/C/quickguide.xml 
+
 	mkdir -p $(KBASE)images
 	mkdir -p $(KBASE)images/C
 	cp -rf images/C/*.* $(KBASE)images/C


More information about the ubuntu-doc mailing list