[cairo-commit] rcairo ChangeLog,1.237,1.238 dist.sh,1.2,1.3
Kouhei Sutou
commit at pdx.freedesktop.org
Fri Apr 11 05:42:25 PDT 2008
Committed by: kou
Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv11219
Modified Files:
ChangeLog dist.sh
Log Message:
* dist.sh: include documents.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -d -r1.237 -r1.238
--- ChangeLog 11 Apr 2008 12:43:25 -0000 1.237
+++ ChangeLog 11 Apr 2008 12:47:14 -0000 1.238
@@ -1,5 +1,7 @@
2008-04-11 Kouhei Sutou <kou at cozmixng.org>
+ * dist.sh: include documents.
+
* Rakefile:
- follow the recent Hoe's changes.
- fix dependencies.
Index: dist.sh
===================================================================
RCS file: /cvs/cairo/rcairo/dist.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dist.sh 11 Jan 2008 13:27:42 -0000 1.2
+++ dist.sh 11 Apr 2008 12:47:14 -0000 1.3
@@ -18,6 +18,7 @@
cvs tag $TAG
mkdir -p tmp
cvs export -r $TAG -d tmp/$base rcairo
+cp -rp doc tmp/$base/
tar cvfz $tgz -C tmp $base
md5sum $tgz > $tgz.md5
sha1sum $tgz > $tgz.sha1
More information about the cairo-commit
mailing list