From 360f533eb6e244dae4cc748618bd77348f206f46 Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Mon, 9 Mar 2009 23:35:05 +0000 Subject: Create a dedicated Changelog for the docs and move the latest entries in 2009-03-09 Gian Mario Tagliaretti * docs/reference/Changelog: Create a dedicated Changelog for the docs and move the latest entries in there. 2009-03-09 Gian Mario Tagliaretti * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-emblemedicon.xml: * docs/reference/pygio-icon.xml: * docs/reference/pygio-emblem.xml: Add gio.EmblemedIcon and gio.Icon in docs, fix a couple of typos. svn path=/trunk/; revision=1026 --- docs/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/Makefile.am') diff --git a/docs/Makefile.am b/docs/Makefile.am index 9f40a4d..f7077e8 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -17,6 +17,9 @@ HTML_FILES = \ html/gobject-class-reference.html \ html/glib-class-reference.html \ html/gio-applaunchcontext.html \ + html/gio-emblem.html \ + html/gio-emblemedicon.html \ + html/gio-icon.html \ html/gio-constants.html \ html/gio-class-reference.html \ html/gobject-constants.html \ @@ -44,6 +47,9 @@ XML_FILES = \ reference/pyglib-mainloop.xml \ reference/pygio-classes.xml \ reference/pygio-applaunchcontext.xml \ + reference/pygio-emblem.xml \ + reference/pygio-emblemedicon.xml \ + reference/pygio-icon.xml \ reference/pygio-constants.xml XSL_FILES = \ -- cgit