dbus update-dbus-docs.sh,1.5,1.6
Havoc Pennington
hp at kemper.freedesktop.org
Mon Mar 12 14:35:52 PDT 2007
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv25866
Modified Files:
update-dbus-docs.sh
Log Message:
add COPYING to docs copied to web site
Index: update-dbus-docs.sh
===================================================================
RCS file: /cvs/dbus/dbus/update-dbus-docs.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- update-dbus-docs.sh 18 Nov 2006 03:30:36 -0000 1.5
+++ update-dbus-docs.sh 12 Mar 2007 21:35:50 -0000 1.6
@@ -41,8 +41,8 @@
done
echo "Packing docs into tarball"
-cp README HACKING AUTHORS NEWS ChangeLog doc/ || die "could not copy in assorted files"
-tar cfz dbus-docs.tar.gz doc/*.dtd doc/*.xsl doc/*.xml doc/*.html doc/*.txt doc/api/html/*.html doc/api/html/*.css doc/api/html/*.png doc/api/html/*.gif doc/HACKING doc/AUTHORS doc/NEWS doc/ChangeLog doc/TODO doc/README doc/*.png doc/*.svg || die "could not tar up docs"
+cp README HACKING AUTHORS NEWS COPYING ChangeLog doc/ || die "could not copy in assorted files"
+tar cfz dbus-docs.tar.gz doc/*.dtd doc/*.xsl doc/*.xml doc/*.html doc/*.txt doc/api/html/*.html doc/api/html/*.css doc/api/html/*.png doc/api/html/*.gif doc/HACKING doc/AUTHORS doc/NEWS doc/ChangeLog doc/TODO doc/README doc/COPYING doc/*.png doc/*.svg || die "could not tar up docs"
tar tfz dbus-docs.tar.gz | sort > tarball.list || die "could not list tarball contents"
find doc -not -type d | grep -v CVS | grep -v -E '.~[0-9.]+~' | grep -v Makefile | grep -vE '.c$' | grep -v man3dbus | grep -v .cvsignore | sort > filesystem.list || die "could not list doc/* contents"
More information about the dbus-commit
mailing list