diff options
author | Havoc Pennington <hp@redhat.com> | 2005-12-01 05:42:03 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2005-12-01 05:42:03 +0000 |
commit | 11f75c69e726e17947f915c5ef7275355cb14ac3 (patch) | |
tree | 50564893b154fbac86e87d70d0c1272779dcd9c9 /update-dbus-docs.sh | |
parent | b99a1f364535194536eeff70751a9102b7e6ba33 (diff) | |
download | dbus-11f75c69e726e17947f915c5ef7275355cb14ac3.tar.gz |
fix file list in update-dbus-docs.sh
Diffstat (limited to 'update-dbus-docs.sh')
-rwxr-xr-x | update-dbus-docs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-dbus-docs.sh b/update-dbus-docs.sh index c8540102..62642395 100755 --- a/update-dbus-docs.sh +++ b/update-dbus-docs.sh @@ -34,7 +34,7 @@ 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/*.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" |