Skip to content
Snippets Groups Projects
Commit 8a23d796 authored by Zeeshan Ali Khan's avatar Zeeshan Ali Khan
Browse files

docs: Fix build

The documentation build was broken by commit
384e3e00. This patch fixes that by
updating the path to public-api directory in Makefile.
parent e377787a
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ DOC_MAIN_SGML_FILE=geoclue-docs.xml
SCAN_OPTIONS=--ignore-headers=config.h --rebuild-sections --rebuild-types
# The directory containing the source code. Relative to $(srcdir)
DOC_SOURCE_DIR=../src/public-api
DOC_SOURCE_DIR=../public-api
# Used for dependencies
HFILE_GLOB=
......@@ -24,7 +24,7 @@ CFILE_GLOB=
IGNORE_HFILES= \
$(NULL)
GTKDOC_LIBS = $(top_srcdir)/src/public-api/libgeoclue-public-api.la
GTKDOC_LIBS = $(top_srcdir)/public-api/libgeoclue-public-api.la
# Extra options to supply to gtkdoc-mkdb
MKDB_OPTIONS=--sgml-mode --output-format=xml
......
......@@ -12,7 +12,7 @@ DOC_MAIN_SGML_FILE=libgeoclue-docs.xml
SCAN_OPTIONS=--ignore-headers=config.h --rebuild-types
# The directory containing the source code. Relative to $(srcdir)
DOC_SOURCE_DIR=../../libgeoclue ../../src/public-api
DOC_SOURCE_DIR=../../libgeoclue ../../public-api
# Used for dependencies
HFILE_GLOB=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment