[cairo-commit] rcairo ChangeLog,1.191,1.192 Rakefile,1.5,1.6
Kouhei Sutou
commit at pdx.freedesktop.org
Fri Jan 11 05:28:15 PST 2008
Committed by: kou
Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv20766
Modified Files:
ChangeLog Rakefile
Log Message:
* Rakefile: added docs task dependencies.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- ChangeLog 11 Jan 2008 13:27:41 -0000 1.191
+++ ChangeLog 11 Jan 2008 13:28:13 -0000 1.192
@@ -1,5 +1,7 @@
2008-01-11 Kouhei Sutou <kou at cozmixng.org>
+ * Rakefile: added docs task dependencies.
+
* dist.sh: updated update host.
* src/rb_cairo.c: 1.5.1 -> 1.5.2.
Index: Rakefile
===================================================================
RCS file: /cvs/cairo/rcairo/Rakefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Rakefile 27 May 2007 02:35:30 -0000 1.5
+++ Rakefile 11 Jan 2008 13:28:13 -0000 1.6
@@ -109,9 +109,10 @@
# for releasing
-task :dist do
+task :dist => [:docs] do
sh "./dist.sh", version
end
+task :gem => [:docs]
# for documentation
langs = [
More information about the cairo-commit
mailing list