dbus update-dbus-docs.sh,1.2,1.3

Havoc Pennington hp at freedesktop.org
Wed Nov 30 21:42:05 PST 2005


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv26251

Modified Files:
	update-dbus-docs.sh 
Log Message:
fix file list in update-dbus-docs.sh


Index: update-dbus-docs.sh
===================================================================
RCS file: /cvs/dbus/dbus/update-dbus-docs.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- update-dbus-docs.sh	21 Jan 2005 06:18:04 -0000	1.2
+++ update-dbus-docs.sh	1 Dec 2005 05:42:03 -0000	1.3
@@ -34,7 +34,7 @@
 
 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/*.xml doc/*.html doc/*.txt doc/api/html/*.html doc/api/html/*.css doc/api/html/*.png doc/HACKING doc/AUTHORS doc/NEWS doc/ChangeLog doc/TODO doc/README doc/*.png doc/*.svg || die "could not tar up docs"
+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"
 
 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