Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-05-04 10:29:07 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-05-04 10:29:07 (GMT)
commit3870e956f822f915f730d82c87d5fdd05dc97551 (patch)
tree918a934650e94535f9467b2cd96367c29a80c1eb /help
parentc3689e794ed55ca1d6264d00fb68094cfbab1e7a (diff)
[doc] Fix build with gtk-doc enabled
Diffstat (limited to 'help')
-rw-r--r--help/reference/shell/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/help/reference/shell/Makefile.am b/help/reference/shell/Makefile.am
index 5ef60af..373ab0c 100644
--- a/help/reference/shell/Makefile.am
+++ b/help/reference/shell/Makefile.am
@@ -19,7 +19,7 @@ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
# gtk-doc will search all .c & .h files beneath here for inline comments
# evinceing the functions and macros.
# e.g. DOC_SOURCE_DIR=../../../gtk
-DOC_SOURCE_DIR = ../../../shell --source-dir=../../../libmisc
+DOC_SOURCE_DIR = ../../../shell
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS =
@@ -34,7 +34,7 @@ MKDB_OPTIONS = --sgml-mode --output-format=xml --name-space=ev
# Extra options to supply to gtkdoc-mktmpl
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
-MKTMPL_OPTIONS =--source-dir=../../../libmisc
+# MKTMPL_OPTIONS =
# Extra options to supply to gtkdoc-mkhtml
# Add the builddir to the HTML path so that version.xml is found
@@ -124,7 +124,6 @@ GTKDOC_LIBS = \
$(top_builddir)/cut-n-paste/zoom-control/libephyzoom.la \
$(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \
$(top_builddir)/cut-n-paste/totem-screensaver/libtotemscrsaver.la \
- $(top_builddir)/cut-n-paste/evinfobar/libevinfobar.la \
$(top_builddir)/cut-n-paste/gimpcellrenderertoggle/libgimpcellrenderertoggle.la \
$(top_builddir)/cut-n-paste/smclient/libsmclient.la \
$(top_builddir)/properties/libevproperties.la \