summaryrefslogtreecommitdiffstats
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-03-09 21:17:12 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-03-09 21:17:12 +0000
commitcc9864de0a55723577d3fbe8b04d36f69fc35a22 (patch)
tree5d7fa2230bb68626ef1fd0a78c301f1873ff7138 /docs/Makefile.am
parent0c8e99a2fdc89f3ec72ad13439ed4b6228d6d788 (diff)
downloadpygobject-cc9864de0a55723577d3fbe8b04d36f69fc35a22.tar.gz
pygobject-cc9864de0a55723577d3fbe8b04d36f69fc35a22.tar.xz
pygobject-cc9864de0a55723577d3fbe8b04d36f69fc35a22.zip
Add gio.Emblem and constants in docs.
2009-03-09 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-constants.xml: * docs/reference/pygio-emblem.xml: Add gio.Emblem and constants in docs. svn path=/trunk/; revision=1025
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index dacdf45..9f40a4d 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -14,9 +14,10 @@ HTML_FILES = \
html/class-glibmainloop.html \
html/glib-constants.html \
html/glib-functions.html \
- html/gio-applaunchcontext.html \
html/gobject-class-reference.html \
html/glib-class-reference.html \
+ html/gio-applaunchcontext.html \
+ html/gio-constants.html \
html/gio-class-reference.html \
html/gobject-constants.html \
html/gobject-functions.html \
@@ -42,7 +43,8 @@ XML_FILES = \
reference/pyglib-maincontext.xml \
reference/pyglib-mainloop.xml \
reference/pygio-classes.xml \
- reference/pygio-applaunchcontext.xml
+ reference/pygio-applaunchcontext.xml \
+ reference/pygio-constants.xml
XSL_FILES = \
xsl/common.xsl \