------------------------------------------------------------
revno: 3725
committer: Matthew East <[EMAIL PROTECTED]>
branch nick: ubuntu-hardy
timestamp: Sun 2008-03-09 20:56:00 +0000
message:
  make all documents use contributers.html when built
modified:
  ubuntu/Makefile

=== modified file 'ubuntu/Makefile'
--- a/ubuntu/Makefile   2008-03-09 20:25:40 +0000
+++ b/ubuntu/Makefile   2008-03-09 20:56:00 +0000
@@ -64,7 +64,10 @@
 
 all: clean style server index serverguide switching status contributors
 
-       for doc in `cat libs/shipped-docs`; do xsltproc --xinclude -o 
$(BASE)$$doc/C/index.html $(UBUNTUCHUNKXSL) $$doc/C/$$doc.xml; done
+       for doc in `cat libs/shipped-docs`;
+       do xsltproc --xinclude -o $(BASE)$$doc/C/index.html $(UBUNTUCHUNKXSL) 
$$doc/C/$$doc.xml;
+       sed -i $(BASE)$$doc/C/ln-legal.html -e 
"s#\.\./common/C/contributors\.xml#common/C/contributors\.html#g";
+       done
 
 server:
 



--

https://code.launchpad.net/~ubuntu-core-doc/ubuntu-doc/ubuntu-hardy

You are receiving this branch notification because you are subscribed to it.

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

Reply via email to