From: Carlos Garcia Campos Date: Tue, 4 May 2010 10:29:07 +0000 (+0200) Subject: [doc] Fix build with gtk-doc enabled X-Git-Tag: EVINCE_2_30_2~1 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=313487c6c0697684274dde65332a0a7d584f2301;p=evince.git [doc] Fix build with gtk-doc enabled --- diff --git a/help/reference/shell/Makefile.am b/help/reference/shell/Makefile.am index 5ef60af2..b5b67b22 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