summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-01-29 17:50:46 +0800
committerWu Xiaotian <[email protected]>2019-03-06 12:11:01 +0800
commit70a278d95023d368570b6285ae8e2c2e559220f0 (patch)
tree341d832e24a40760984793dc8bd5fede0df1fe0f /help
parent2b66cf239e0094f385df95eec313b2c0249acb91 (diff)
downloadatril-70a278d95023d368570b6285ae8e2c2e559220f0.tar.bz2
atril-70a278d95023d368570b6285ae8e2c2e559220f0.tar.xz
drop current epub supportwip/libgepub
Diffstat (limited to 'help')
-rw-r--r--help/reference/libview/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/help/reference/libview/Makefile.am b/help/reference/libview/Makefile.am
index 08164f10..104f1a83 100644
--- a/help/reference/libview/Makefile.am
+++ b/help/reference/libview/Makefile.am
@@ -111,14 +111,12 @@ GTKDOC_CFLAGS = \
$(AM_CFLAGS) \
$(LIBVIEW_CFLAGS) \
$(WARN_CFLAGS) \
- $(WEBKIT_CFLAGS) \
$(DISABLE_DEPRECATED)
GTKDOC_LIBS = \
$(top_builddir)/libdocument/libatrildocument.la \
$(top_builddir)/libview/libatrilview.la \
- $(LIBDOCUMENT_LIBS) \
- $(WEBKIT_LIBS)
+ $(LIBDOCUMENT_LIBS)
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make