Author: mdke
Date: Sat May  5 14:07:40 2007
New Revision: 4135

Modified:
   branches/feisty/ubuntu/Makefile
   branches/feisty/ubuntu/libs/ubuntu-banner.xsl

Log:
small tweaks


Modified: branches/feisty/ubuntu/Makefile
==============================================================================
--- branches/feisty/ubuntu/Makefile     (original)
+++ branches/feisty/ubuntu/Makefile     Sat May  5 14:07:40 2007
@@ -66,6 +66,10 @@
 
        for doc in `cat libs/shipped-docs`; do xsltproc --xinclude -o 
$(BASE)$$doc/C/index.html $(UBUNTUCHUNKXSL) $$doc/C/$$doc.xml; done
 
+website: clean server index user-guide
+
+       for doc in `cat libs/shipped-docs`; do xsltproc --xinclude -o 
$(BASE)$$doc/C/index.html $(UBUNTUCHUNKXSL) $$doc/C/$$doc.xml; done
+
 server:
 
        xsltproc --xinclude -o $(BASE)server/C/index.html $(UBUNTUCHUNKXSL) 
../generic/server/C/server.xml

Modified: branches/feisty/ubuntu/libs/ubuntu-banner.xsl
==============================================================================
--- branches/feisty/ubuntu/libs/ubuntu-banner.xsl       (original)
+++ branches/feisty/ubuntu/libs/ubuntu-banner.xsl       Sat May  5 14:07:40 2007
@@ -4,6 +4,15 @@
   <xsl:template name="header.navigation">
     <xsl:variable name="home" select="/*[1]"/>
     <xsl:variable name="up" select="parent::*"/>
+
+<script src="https://ssl.google-analytics.com/urchin.js";
+type="text/javascript">
+</script>
+<script type="text/javascript">
+_uacct = "UA-737845-5";
+urchinTracker();
+</script>
+
       <div id="mastwrap">
       <div id="masthead">
       <div id="sisternav">

-- 
ubuntu-doc-commits mailing list
ubuntu-doc-commits@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-doc-commits

Reply via email to