seed r136 - in trunk: . doc doc/tutorial-standalone examples examples/ide examples/lightsoff examples/shader extensions
- From: racarr svn gnome org
- To: svn-commits-list gnome org
- Subject: seed r136 - in trunk: . doc doc/tutorial-standalone examples examples/ide examples/lightsoff examples/shader extensions
- Date: Thu, 6 Nov 2008 04:40:17 +0000 (UTC)
Author: racarr
Date: Thu Nov 6 04:40:16 2008
New Revision: 136
URL: http://svn.gnome.org/viewvc/seed?rev=136&view=rev
Log:
Install documentation and examples to doc directory.
Modified:
trunk/README
trunk/doc/Makefile.am
trunk/doc/tutorial-standalone/Makefile.am
trunk/examples/Makefile.am
trunk/examples/ide/Makefile.am
trunk/examples/lightsoff/Makefile.am
trunk/examples/lightsoff/lightsoff.js
trunk/examples/shader/Makefile.am
trunk/extensions/Makefile.am
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Thu Nov 6 04:40:16 2008
@@ -0,0 +1 @@
+http://live.gnome.org/Seed
Modified: trunk/doc/Makefile.am
==============================================================================
--- trunk/doc/Makefile.am (original)
+++ trunk/doc/Makefile.am Thu Nov 6 04:40:16 2008
@@ -2,6 +2,8 @@
EXTRA_DIST = \
runtime.html
+docdir = $(datadir)/doc/seed/
+doc_DATA = runtime.html
## File created by the gnome-build tools
Modified: trunk/doc/tutorial-standalone/Makefile.am
==============================================================================
--- trunk/doc/tutorial-standalone/Makefile.am (original)
+++ trunk/doc/tutorial-standalone/Makefile.am Thu Nov 6 04:40:16 2008
@@ -1,3 +1,16 @@
+
+tutorialdir=$(datadir)/doc/seed/tutorial
+tutorial_DATA = \
+ 1.js \
+ 2.js \
+ 3.js \
+ 1.png \
+ 2.png \
+ 3.png \
+ 4.png \
+ packing.png \
+ packing.svg \
+ tutorial.html
EXTRA_DIST = \
1.js \
2.js \
@@ -9,6 +22,7 @@
packing.png \
packing.svg \
tutorial.html
+
## File created by the gnome-build tools
Modified: trunk/examples/Makefile.am
==============================================================================
--- trunk/examples/Makefile.am (original)
+++ trunk/examples/Makefile.am Thu Nov 6 04:40:16 2008
@@ -2,6 +2,26 @@
lightsoff \
shader
+examplesdir=$(datadir)/doc/seed/examples
+examples_DATA = \
+ calculator.js \
+ gconf.js \
+ accelgroup.js \
+ clutter.js \
+ introspect.js \
+ poppler.js \
+ json-packing.js \
+ ls.js \
+ mini-browser.js \
+ n-oscillator.js \
+ notify-test.js \
+ pango-fontset.js \
+ pango.js \
+ quine.js \
+ repl.js \
+ soup.js \
+ vte-test.js \
+ HACKING
EXTRA_DIST = \
calculator.js \
gconf.js \
Modified: trunk/examples/ide/Makefile.am
==============================================================================
--- trunk/examples/ide/Makefile.am (original)
+++ trunk/examples/ide/Makefile.am Thu Nov 6 04:40:16 2008
@@ -1,8 +1,15 @@
+idedir=$(datadir)/doc/seed/examples/ide
+ide_DATA = \
+ exception.svg \
+ ide.js \
+ tabview.js \
+ toolbar.js
EXTRA_DIST = \
exception.svg \
ide.js \
tabview.js \
toolbar.js
+
## File created by the gnome-build tools
Modified: trunk/examples/lightsoff/Makefile.am
==============================================================================
--- trunk/examples/lightsoff/Makefile.am (original)
+++ trunk/examples/lightsoff/Makefile.am Thu Nov 6 04:40:16 2008
@@ -1,3 +1,8 @@
+lightsoffdir = $(datadir)/doc/seed/examples/lightsoff
+lightsoff_DATA = \
+ lightsoff.js \
+ tim-off.svg \
+ tim-on.svg
EXTRA_DIST = \
lightsoff.js \
tim-off.svg \
Modified: trunk/examples/lightsoff/lightsoff.js
==============================================================================
--- trunk/examples/lightsoff/lightsoff.js (original)
+++ trunk/examples/lightsoff/lightsoff.js Thu Nov 6 04:40:16 2008
@@ -32,8 +32,8 @@
var game_menu = new Gtk.Menu();
var size_item = new Gtk.MenuItem({"child":
new Gtk.Label({"label": "Board Size"})});
- size_item.signal_activate.connect(Gtk.main_quit);
- //size_item.submenu = create_board_size_menu(); // crashy?!
+
+ size_item.submenu = create_board_size_menu();
var quit_item = new Gtk.MenuItem({"child":
new Gtk.Label({"label": "Quit"})});
Modified: trunk/examples/shader/Makefile.am
==============================================================================
--- trunk/examples/shader/Makefile.am (original)
+++ trunk/examples/shader/Makefile.am Thu Nov 6 04:40:16 2008
@@ -1,8 +1,15 @@
+shaderdir = $(datadir)/doc/seed/examples/shader
+shader_DATA = \
+ bob.jpg \
+ default.glsl \
+ main.js \
+ ShaderView.js
EXTRA_DIST = \
bob.jpg \
default.glsl \
main.js \
ShaderView.js
+
## File created by the gnome-build tools
Modified: trunk/extensions/Makefile.am
==============================================================================
--- trunk/extensions/Makefile.am (original)
+++ trunk/extensions/Makefile.am Thu Nov 6 04:40:16 2008
@@ -1,4 +1,4 @@
-EXTRA_DIST= Gio.js Seed.js
+EXTRA_DIST= Gio.js Seed.js Gtk.js
extensiondir=$(datadir)/seed
extension_DATA = Gio.js Seed.js Gtk.js
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]