aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-06-24 14:52:00 +0800
committerMilan Crha <mcrha@redhat.com>2014-06-24 14:52:00 +0800
commita1f29eb3043c123dfc3da3f87f0f21c061ef0486 (patch)
tree80fc539d98b83924857cde9996313ce14dafb516 /doc
parent09310a054cf8e66c3da9d332909c60c8ab090452 (diff)
downloadgsoc2013-evolution-a1f29eb3043c123dfc3da3f87f0f21c061ef0486.tar
gsoc2013-evolution-a1f29eb3043c123dfc3da3f87f0f21c061ef0486.tar.gz
gsoc2013-evolution-a1f29eb3043c123dfc3da3f87f0f21c061ef0486.tar.bz2
gsoc2013-evolution-a1f29eb3043c123dfc3da3f87f0f21c061ef0486.tar.lz
gsoc2013-evolution-a1f29eb3043c123dfc3da3f87f0f21c061ef0486.tar.xz
gsoc2013-evolution-a1f29eb3043c123dfc3da3f87f0f21c061ef0486.tar.zst
gsoc2013-evolution-a1f29eb3043c123dfc3da3f87f0f21c061ef0486.zip
Drop the last references to GtkHTML
There still left some references to GtkHTML in the "active code", which should be dropped. There still can be found couple "GtkHTML" strings in the code, but mostly in disabled code or comments only. These are to be fixed separately.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/evolution-mail-engine/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/reference/evolution-mail-engine/Makefile.am b/doc/reference/evolution-mail-engine/Makefile.am
index 1e8cb5c49e..6d44a99324 100644
--- a/doc/reference/evolution-mail-engine/Makefile.am
+++ b/doc/reference/evolution-mail-engine/Makefile.am
@@ -21,14 +21,12 @@ GTKDOC_CFLAGS= \
-I$(top_builddir) \
$(EVOLUTION_DATA_SERVER_CFLAGS) \
$(GNOME_PLATFORM_CFLAGS) \
- $(GTKHTML_CFLAGS) \
$(NULL)
GTKDOC_LIBS= \
$(top_builddir)/libemail-engine/libemail-engine.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
- $(GTKHTML_LIBS) \
$(NULL)
# This includes the standard gtk-doc make rules, copied by gtkdocize.