summaryrefslogtreecommitdiffstats
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-03-29 20:11:19 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-03-29 20:11:19 +0000
commitc1d12477e2d6eedac5f17ed27127da59dd6ec211 (patch)
tree62194af6c2f842553cf4342ac8d59adb464cd7db /docs/Makefile.am
parent3785c47e26f6ecc0d434d527d7ec9f9caa3ac03d (diff)
downloadpygobject-c1d12477e2d6eedac5f17ed27127da59dd6ec211.tar.gz
pygobject-c1d12477e2d6eedac5f17ed27127da59dd6ec211.tar.xz
pygobject-c1d12477e2d6eedac5f17ed27127da59dd6ec211.zip
Add gio.VolumeMonitor in docs.
2009-03-29 Gian Mario Tagliaretti <gianmt@gnome.org> * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-volumemonitor.xml: Add gio.VolumeMonitor in docs. svn path=/trunk/; revision=1042
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 9be2fa5..e59934e 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -29,6 +29,7 @@ HTML_FILES = \
html/class-gioicon.html \
html/class-giosimpleasyncresult.html \
html/class-giovolume.html \
+ html/class-giovolumemonitor.html \
html/gio-constants.html \
html/gio-class-reference.html \
html/gobject-constants.html \
@@ -68,7 +69,8 @@ XML_FILES = \
reference/pygio-fileenumerator.xml \
reference/pygio-fileicon.xml \
reference/pygio-simpleasyncresult.xml \
- reference/pygio-volume.xml
+ reference/pygio-volume.xml \
+ reference/pygio-volumemonitor.xml
XSL_FILES = \
xsl/common.xsl \