null+****@clear*****
null+****@clear*****
2011年 5月 20日 (金) 18:14:54 JST
Kouhei Sutou 2011-05-20 09:14:54 +0000 (Fri, 20 May 2011) New Revision: e9d7ce2889ccd98e03643cc3349437f3a45980c0 Log: [doc] add favicon. Added files: doc/themes/groonga/static/favicon.ico Modified files: build/makefiles/sphinx-build.am build/makefiles/sphinx.am doc/themes/groonga/layout.html Modified: build/makefiles/sphinx-build.am (+4 -0) =================================================================== --- build/makefiles/sphinx-build.am 2011-05-20 08:29:38 +0000 (77a67ba) +++ build/makefiles/sphinx-build.am 2011-05-20 09:14:54 +0000 (6ed3ce5) @@ -53,6 +53,9 @@ source_files = \ $(top_srcdir)/doc/source/commands/table_list.txt \ $(top_srcdir)/doc/source/commands/table_remove.txt \ $(top_srcdir)/doc/source/commands/view_add.txt \ + $(top_srcdir)/doc/source/commands_not_implemented/add.txt \ + $(top_srcdir)/doc/source/commands_not_implemented/get.txt \ + $(top_srcdir)/doc/source/commands_not_implemented/set.txt \ $(top_srcdir)/doc/source/conf.py \ $(top_srcdir)/doc/source/developer.txt \ $(top_srcdir)/doc/source/developer/com.txt \ @@ -156,6 +159,7 @@ source_files = \ $(top_srcdir)/doc/source/type.txt \ $(top_srcdir)/doc/source/update_execution_example.py \ $(top_srcdir)/doc/themes/groonga/layout.html \ + $(top_srcdir)/doc/themes/groonga/static/favicon.ico \ $(top_srcdir)/doc/themes/groonga/static/groonga.css_t \ $(top_srcdir)/doc/themes/groonga/theme.conf \ $(NULL) Modified: build/makefiles/sphinx.am (+2 -0) =================================================================== --- build/makefiles/sphinx.am 2011-05-20 08:29:38 +0000 (5176035) +++ build/makefiles/sphinx.am 2011-05-20 09:14:54 +0000 (78c72dc) @@ -333,7 +333,9 @@ html_files = \ html/_static/doctools.js \ html/_static/down-pressed.png \ html/_static/down.png \ + html/_static/favicon.ico \ html/_static/file.png \ + html/_static/groonga.css \ html/_static/jquery.js \ html/_static/minus.png \ html/_static/plus.png \ Modified: doc/themes/groonga/layout.html (+1 -0) =================================================================== --- doc/themes/groonga/layout.html 2011-05-20 08:29:38 +0000 (dcc3960) +++ doc/themes/groonga/layout.html 2011-05-20 09:14:54 +0000 (fb10d0f) @@ -8,3 +8,4 @@ :license: LGPLv2, see LICENSE for details. #} {% extends "default/layout.html" %} +{% set favicon = "favicon.ico" %} Added: doc/themes/groonga/static/favicon.ico (+0 -0) 100644 =================================================================== (Binary files differ)