diff options
| author | Gian Mario Tagliaretti <gianmt@gnome.org> | 2009-03-08 22:11:30 +0000 |
|---|---|---|
| committer | Gian Mario Tagliaretti <gianmt@src.gnome.org> | 2009-03-08 22:11:30 +0000 |
| commit | 06828fcab9b80b89867ce269a45dbc62aec08c38 (patch) | |
| tree | 2af7b6c9d6d67bc3332bb48a25a9999ae68de094 /docs/Makefile.am | |
| parent | 4f358fdb583dcf9cfb25df54b8470c9ecfa872ba (diff) | |
| download | pygobject-06828fcab9b80b89867ce269a45dbc62aec08c38.tar.gz pygobject-06828fcab9b80b89867ce269a45dbc62aec08c38.tar.xz pygobject-06828fcab9b80b89867ce269a45dbc62aec08c38.zip | |
Add few gio classes.
2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org>
* docs/Makefile.am:
* docs/reference/pygio-classes.xml:
* docs/reference/pygobject-ref.xml:
* docs/reference/pygio-applaunchcontext.xml:
* docs/reference/pygio-cancellable.xml: Add few gio classes.
svn path=/trunk/; revision=1023
Diffstat (limited to 'docs/Makefile.am')
| -rw-r--r-- | docs/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 67de57c..dacdf45 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -14,8 +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-class-reference.html \ html/gobject-constants.html \ html/gobject-functions.html \ html/index.html \ @@ -38,7 +40,9 @@ XML_FILES = \ reference/pyglib-constants.xml \ reference/pyglib-functions.xml \ reference/pyglib-maincontext.xml \ - reference/pyglib-mainloop.xml + reference/pyglib-mainloop.xml \ + reference/pygio-classes.xml \ + reference/pygio-applaunchcontext.xml XSL_FILES = \ xsl/common.xsl \ |
