diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | doc/reference/Makefile.am | 7 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 2 |
3 files changed, 15 insertions, 1 deletions
@@ -1,5 +1,12 @@ 2005-02-27 Christian Persch <chpe@cvs.gnome.org> + === Release 1.5.7 === + + * doc/reference/Makefile.am: + * doc/reference/tmpl/ephy-embed.sgml: + +2005-02-27 Christian Persch <chpe@cvs.gnome.org> + * src/window-commands.c: Remove unused includes. diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 2f9199871..3ca2de29a 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -126,7 +126,9 @@ IGNORE_HFILES = \ popup-commands.h \ ppview-toolbar.h \ prefs-dialog.h \ - toolbar.h \ + ephy-toolbar.h \ + ephy-fullscreen-popup.h \ + ephy-link.h \ window-commands.h # Images to copy into HTML directory. @@ -142,11 +144,14 @@ extra_files = # if $(DOC_MODULE).types is non-empty. GTKDOC_CFLAGS = -I$(top_srcdir)/src \ -I$(top_srcdir)/lib \ + -I$(top_builddir)/lib \ -I$(top_srcdir)/lib/widgets \ -I$(top_srcdir)/embed \ + -I$(top_builddir)/embed \ -I$(top_srcdir)/embed/mozilla \ -I$(top_srcdir)/src/bookmarks \ -I$(top_srcdir)/lib/egg \ + -I$(top_builddir)/lib/egg \ $(EPIPHANY_DEPENDENCY_CFLAGS) GTKDOC_LIBS = \ diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index cee623a37..02e851487 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -219,6 +219,8 @@ be done by casting). @: @: @: +@: +@: @: <!-- ##### SIGNAL EphyEmbed::ge-security-change ##### --> |