diff options
Diffstat (limited to 'doc/reference/shell/Makefile.am')
-rw-r--r-- | doc/reference/shell/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/shell/Makefile.am b/doc/reference/shell/Makefile.am index f15d4b9c18..97322a1c40 100644 --- a/doc/reference/shell/Makefile.am +++ b/doc/reference/shell/Makefile.am @@ -8,7 +8,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml # gtk-doc will search all .c & .h files beneath here for inline comments # documenting the functions and macros. # e.g. DOC_SOURCE_DIR=../../../gtk -DOC_SOURCE_DIR=../../../ +DOC_SOURCE_DIR=../../.. # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS= |