[Pkg-bazaar-commits] ./bzr/unstable r283: - update doc upload scripts

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:51:41 UTC 2009


------------------------------------------------------------
revno: 283
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Tue 2005-04-26 15:51:17 +1000
message:
  - update doc upload scripts
modified:
  doc/Makefile
-------------- next part --------------
=== modified file 'doc/Makefile'
--- a/doc/Makefile	2005-03-28 02:23:53 +0000
+++ b/doc/Makefile	2005-04-26 05:51:17 +0000
@@ -5,5 +5,9 @@
 
 
 upload: all
-	rsync -av *html escudero.ubuntu.com:/srv/www.bazaar-ng.org/www/doc/
+	rsync -av \
+	./ \
+	escudero.ubuntu.com:/srv/www.bazaar-ng.org/www/doc/ \
+	--delete \
+	--include \*.html --exclude \* 
 



More information about the Pkg-bazaar-commits mailing list